gulp-css-flipper

1.0.2 • Public • Published

gulp-css-flipper

Easily create ltr or rtl css files in gulp tasks. This is a wrapper around the Twitter css-flip library

Usage

  1. Include gulp-css-flipper in your package.json dependencies npm install gulp-css-flipper --save-dev
  2. Use it like any other gulp plugin
var flipper = require('gulp-css-flipper');

gulp.src('/styles/*.css')
    .pipe(flipper())
    .pipe(gulp.dest('/dist/css/'))

css-flip help

Please follow the docs at the Twitter css-flip library GitHub for more info on how to use flip.

Package Sidebar

Install

npm i gulp-css-flipper

Weekly Downloads

21

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • bobnisco