1 parent 269b244 commit 6dfa4e8Copy full SHA for 6dfa4e8
1 file changed
src/build.js
@@ -10,8 +10,7 @@ function buildDistFile(filename) {
10
fs.readFile(`./${filename}.css`, (err, css) => {
11
if (err) throw err
12
13
- // return postcss([tailwind(), require('autoprefixer')])
14
- return postcss([tailwind()])
+ return postcss([tailwind(), require('autoprefixer')])
15
.process(css, {
16
from: `./${filename}.css`,
17
to: `./dist/${filename}.css`,
0 commit comments