Skip to content

Commit

Permalink
fix(11ty): drop cssnano for now, messing up everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Mar 3, 2022
1 parent 392d386 commit 5d7f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a11y.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const parseAssets = () => {
const JS = fs.readFileSync(DIRECTORIES.assets.js.input + 'docs.js', 'utf8')

// Parse and write CSS output file
postcss([atImport, cssnano])
postcss([atImport])
.process(CSS, {
from: CSS_INPUT
})
Expand Down

0 comments on commit 5d7f826

Please sign in to comment.