Skip to content

behnam/js-less-plugin-css-flip-2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

less-plugin-css-flip-2018

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-2018

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-2018'),
    css-flipPlugin = new LessPlugincss-flip();
less.render(lessString, { plugins: [css-flipPlugin] })
    .then(

Browser usage

Browser usage is not supported at this time.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%