Skip to content

Commit bf64592

Browse files
authored
feat: export analyzeAnimation (#583)
Mainly so the stylelint plugin can reuse it.
1 parent 3bdf284 commit bf64592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/values/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
export { analyzeAnimation } from './animations.js'
12
export { isIe9Hack } from './browserhacks.js'
23
export { namedColors, systemColors, colorFunctions, colorKeywords } from './colors.js'
34
export { keywords, isValueReset } from './values.js'
45
export { destructure as destructureFontShorthand } from './destructure-font-shorthand.js'
6+
export { isValuePrefixed } from './vendor-prefix.js'

0 commit comments

Comments
 (0)