-
Notifications
You must be signed in to change notification settings - Fork 1
构建工具 Build tools
The streaming build system
postcss
: PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.
gulp-postcss
: PostCSS gulp plugin to pipe CSS through several plugins, but parse CSS only once.
PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google and used in Twitter and Taobao.
cssnano compresses your css.
sass
: Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
node-sass
: Node-sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass.
gulp-sass
: Sass plugin for Gulp.
Generate a CHANGELOG from git metadata