Skip to content

Instantly share code, notes, and snippets.

@beardlessman
Created June 14, 2020 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beardlessman/102331c31e41330c2278bbd4f0b0344b to your computer and use it in GitHub Desktop.
Save beardlessman/102331c31e41330c2278bbd4f0b0344b to your computer and use it in GitHub Desktop.
Простая сборка стилей с помощью postcss
npm install postcss-cli postcss-import postcss-media-minmax postcss-csso
npx postcss styles/index.css --use postcss-import --use postcss-media-minmax --use postcss-csso --no-map --output styles/index.min.css
Источник: https://youtu.be/0_v36dyI3kI?t=842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment