Felhasználói eszközök

Eszközök a webhelyen


oktatas:web:css:css_autoprefixer

< 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
oktatas/web/css/css_autoprefixer.txt · Utolsó módosítás: 2024/05/13 22:00 szerkesztette: admin