targets.d.ts 867 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // This file is autogenerated by build-prefixes.js. DO NOT EDIT!
  2. export interface Targets {
  3. android?: number,
  4. chrome?: number,
  5. edge?: number,
  6. firefox?: number,
  7. ie?: number,
  8. ios_saf?: number,
  9. opera?: number,
  10. safari?: number,
  11. samsung?: number
  12. }
  13. export const Features: {
  14. Nesting: 1,
  15. NotSelectorList: 2,
  16. DirSelector: 4,
  17. LangSelectorList: 8,
  18. IsSelector: 16,
  19. TextDecorationThicknessPercent: 32,
  20. MediaIntervalSyntax: 64,
  21. MediaRangeSyntax: 128,
  22. CustomMediaQueries: 256,
  23. ClampFunction: 512,
  24. ColorFunction: 1024,
  25. OklabColors: 2048,
  26. LabColors: 4096,
  27. P3Colors: 8192,
  28. HexAlphaColors: 16384,
  29. SpaceSeparatedColorNotation: 32768,
  30. FontFamilySystemUi: 65536,
  31. DoublePositionGradients: 131072,
  32. VendorPrefixes: 262144,
  33. LogicalProperties: 524288,
  34. LightDark: 1048576,
  35. Selectors: 31,
  36. MediaQueries: 448,
  37. Colors: 1113088,
  38. };