We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyzeAnimation
1 parent 3bdf284 commit bf64592Copy full SHA for bf64592
1 file changed
src/values/index.ts
@@ -1,4 +1,6 @@
1
+export { analyzeAnimation } from './animations.js'
2
export { isIe9Hack } from './browserhacks.js'
3
export { namedColors, systemColors, colorFunctions, colorKeywords } from './colors.js'
4
export { keywords, isValueReset } from './values.js'
5
export { destructure as destructureFontShorthand } from './destructure-font-shorthand.js'
6
+export { isValuePrefixed } from './vendor-prefix.js'
0 commit comments