Created
June 14, 2020 02:48
-
-
Save beardlessman/102331c31e41330c2278bbd4f0b0344b to your computer and use it in GitHub Desktop.
Простая сборка стилей с помощью postcss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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