Skip to content

mvitorino/less-plugin-export-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

less-plugin-export-variables

Exports LESS CSS global variables into an ES6 javascript file.

Transforms:

@brand-primary: #428bca;

into:

export const brandPrimary = '#428bca';

lessc usage

npm install -g less-plugin-export-variables

and then on the command line,

lessc file.less --export-variables

Programmatic usage

Programmatic usage is not supported at this time.

Browser usage

Browser usage is not supported as this time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published