KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
gulp-cssnext
★ 52
Open GitHub ↗
DEPRECATED. Use gulp-postcss instead.
Download README (.md)
Explore Similar Repositories
boilerplate
:
Front-end boilerplate for working with react, react-router, postcss, cssnext and webpack + hot reloading
koa-vue-ssr-template
:
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa
stencil-boilerplate
:
A Stencil app boilerplate including routing, Redux etc.
cssnext-loader
:
# DEPRECATED. Use postcss-loader instead.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gulp-cssnext
?
Download (.md)
# DEPRECATED. Use gulp-postcss instead. --- # gulp-[cssnext](https://github.com/cssnext/cssnext) [](https://travis-ci.org/cssnext/gulp-cssnext) [](https://www.npmjs.org/package/gulp-cssnext) > Use tomorrow's CSS syntax, today. Via Gulp. **Issues with the output should be reported on [cssnext issue tracker](https://github.com/cssnext/cssnext/issues).** ## Install ```console $ npm install gulp-cssnext ``` ## Usage ```js var cssnext = require("gulp-cssnext") gulp.task("stylesheets", function() { gulp.src("src/stylesheets/index.css") .pipe(cssnext({ compress: true })) .pipe(gulp.dest("./dist/stylesheets")) }); ``` ### Options Options are directly passed to cssnext, so checkout [cssnext options](http://cssnext.io/usage/) directly. _Note: `from` option is by default automatically specified using gulp source._ --- ## Contributing Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature. $ git clone https://github.com/cssnext/gulp-cssnext.git $ git checkout -b patch-1 $ npm install $ npm test ## [Changelog](CHANGELOG.md) ## [License](LICENSE)