16 lines
571 B
TypeScript
16 lines
571 B
TypeScript
/**
|
|
* @fileoverview CSS features extracted from the web-features package.
|
|
* @author tools/generate-baseline.js
|
|
*
|
|
* THIS FILE IS AUTOGENERATED. DO NOT MODIFY DIRECTLY.
|
|
*/
|
|
export const BASELINE_HIGH: 10;
|
|
export const BASELINE_LOW: 5;
|
|
export const properties: Map<string, string>;
|
|
export const atRules: Map<string, string>;
|
|
export const mediaConditions: Map<string, string>;
|
|
export const functions: Map<string, string>;
|
|
export const units: Map<string, string>;
|
|
export const selectors: Map<string, string>;
|
|
export const propertyValues: Map<string, Map<string, string>>;
|