Skip to content

Commit dfdd15e

Browse files
committed
fix
1 parent 88f6206 commit dfdd15e

File tree

1 file changed

+1
-0
lines changed
  • packages/tailwindcss-language-service/src/css

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './ast'
22
export * from './source'
33
export { parse } from './parse'
4+
export { cloneAstNode } from './clone-ast-node'
45
export { fromPostCSSAst } from './from-postcss-ast'
56
export { toPostCSSAst } from './to-postcss-ast'
67
export { toCss } from './to-css'

0 commit comments

Comments
 (0)