mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Re-enable autoprefixer in build
This commit is contained in:
parent
269b244b8d
commit
6dfa4e848a
@ -10,8 +10,7 @@ function buildDistFile(filename) {
|
||||
fs.readFile(`./${filename}.css`, (err, css) => {
|
||||
if (err) throw err
|
||||
|
||||
// return postcss([tailwind(), require('autoprefixer')])
|
||||
return postcss([tailwind()])
|
||||
return postcss([tailwind(), require('autoprefixer')])
|
||||
.process(css, {
|
||||
from: `./${filename}.css`,
|
||||
to: `./dist/${filename}.css`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user