diff --git a/a11y.css.js b/a11y.css.js index 127dc3a7..358180c3 100644 --- a/a11y.css.js +++ b/a11y.css.js @@ -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 })