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 14d4ced commit c845a80Copy full SHA for c845a80
lib/compileStyle.ts
@@ -1,4 +1,5 @@
1
-import postcss, { ProcessOptions, LazyResult } from 'postcss'
+const postcss = require('postcss')
2
+import { ProcessOptions, LazyResult } from 'postcss'
3
import trimPlugin from './stylePlugins/trim'
4
import scopedPlugin from './stylePlugins/scoped'
5
import { processors, StylePreprocessor, StylePreprocessorResults } from './styleProcessors'
0 commit comments