[[oktatas:web:css|< CSS]]
====== Autoprefixer ======
* **Szerző:** Sallai András
* Copyright (c) 2024, Sallai András
* Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]]
* Web: https://szit.hu
===== Webhely =====
* https://www.npmjs.com/package/autoprefixer
* https://autoprefixer.github.io/
===== Telepítés =====
npm install postcss-cli autoprefixer --save
npx postcss *.css --use autoprefixer -d build/
"scripts": {
"compile:sass": "sass scss:assets/css"
}
===== Könyvtárszerkezet =====
app01/
|-node_modules/
|-scss/
| `-style.scss
`-package.json
npm run compile:sass