less-plugin-css-flip

0.0.1 • Public • Published

less-plugin-css-flip

Generate left-to-right (LTR) or right-to-left (RTL) CSS from Less using css-flip.

lessc usage

npm install -g less-plugin-css-flip

and then on the command line,

lessc file.less --css-flip

See css-flip for the available command options.

Programmatic usage

var LessPlugincss-flip = require('less-plugin-css-flip'),
    css-flipPlugin = new LessPlugincss-flip();
less.render(lessString, { plugins: [css-flipPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i less-plugin-css-flip

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • bassjobsen