We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bb8a0 commit 5ccea8dCopy full SHA for 5ccea8d
src/style/index.js
@@ -15,7 +15,7 @@ const compilers = {
15
export async function compile (style, options) {
16
let output
17
18
- if (style.lang === 'css') {
+ if (style.lang === 'css' || style.lang === 'postcss') {
19
output = await compileCSS(style, options)
20
} else {
21
output = await compileCSS(await compilers[style.lang].call(null, style, options), options)
0 commit comments