markdown SCSSとautoprefixerだけ使いたい时

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown SCSSとautoprefixerだけ使いたい时相关的知识,希望对你有一定的参考价值。

{
  "name": "CSS_compile",
  "version": "1.0.0",
  "license": "MIT",
  "author": "",
  "scripts": {
    "start": "yarn build-css && yarn autoprefixer",
    "build-css": "node-sass --include-path scss scss/style.scss css/style.css --output-style compressed -w",
    "autoprefixer": "postcss --use autoprefixer --no-map css/style.css -d css/"
  },
  "dependencies": {
    "autoprefixer": "^7.2.6",
    "node-sass": "^4.7.2",
    "node-sass-import": "^1.1.1",
    "postcss": "^6.0.17",
    "postcss-cli": "^5.0.0"
  },
  "browserslist": [
    "last 2 versions",
    "not ie < 11",
    "Android >= 4",
    "iOS >= 9"
  ]
}

## install

```
$ yarn install
$ yarn upgrade
```
## compile

```
$ yarn start
```

It sets as you like

以上是关于markdown SCSSとautoprefixerだけ使いたい时的主要内容,如果未能解决你的问题,请参考以下文章

scss 设定とかいろいろ

scss 设定とかいろいろ

scss 设定とかいろいろ

如何使用 Gulp 从 SASS/SCSS 中缩小和 Autoprefixer CSS 文件

scss 使用Autoprefixer在SASS中编译Shopify Liquid标签的Gulp任务

scss 萨斯で延伸と包括をよくど忘れするのでメモ