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.
1 parent 88f6206 commit dfdd15eCopy full SHA for dfdd15e
packages/tailwindcss-language-service/src/css/index.ts
@@ -1,6 +1,7 @@
1
export * from './ast'
2
export * from './source'
3
export { parse } from './parse'
4
+export { cloneAstNode } from './clone-ast-node'
5
export { fromPostCSSAst } from './from-postcss-ast'
6
export { toPostCSSAst } from './to-postcss-ast'
7
export { toCss } from './to-css'
0 commit comments