Tartalomjegyzék

< CSS

Autoprefixer

Webhely

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