Skip to content

Less.js plugin to avoid conflicts with future CSS features.

License

Notifications You must be signed in to change notification settings

stevenvachon/less-plugin-future-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

less-plugin-future-compat NPM Version Build Status

Less.js plugin to avoid conflicts with future CSS features.

Less.js will attempt to use its own internal functions such as color() and will result in errors preventing you from compiling your code. This library removes those functions so that your future CSS code is compatible and ready for a post-processor.

Installation

Node.js >= 4 is required. To install, type this at the command line:

npm install less-plugin-future-compat

Usage

var futureCompat = require("less-plugin-future-compat");
var options = { plugins: [futureCompat] };

less.render(lessInput, options).then( function(output) {
	// Pass through to post-processor
});

About

Less.js plugin to avoid conflicts with future CSS features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published