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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    13
  • 1.0.0
    0

Package Sidebar

Install

npm i gulp-css-flipper

Weekly Downloads

4

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • bobnisco