chore(css-config.js): drop autoprefixer dependency
This commit is contained in:
parent
5290dfb73b
commit
9d4826d72b
3 changed files with 3 additions and 69 deletions
|
@ -3,7 +3,6 @@ import path from "node:path";
|
|||
import postcss from "postcss";
|
||||
import postcssImport from "postcss-import";
|
||||
import postcssImportExtGlob from "postcss-import-ext-glob";
|
||||
import autoprefixer from "autoprefixer";
|
||||
import cssnano from "cssnano";
|
||||
|
||||
export const cssConfig = (eleventyConfig) => {
|
||||
|
@ -18,7 +17,6 @@ export const cssConfig = (eleventyConfig) => {
|
|||
let result = await postcss([
|
||||
postcssImportExtGlob,
|
||||
postcssImport,
|
||||
autoprefixer,
|
||||
cssnano,
|
||||
]).process(inputContent, { from: inputPath });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue