2.0.5 • Published 1 year ago

x-to-css v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

x-to-css

Take less, sass, scss or css and output minified, autoprefixed css

usage

npm i x-to-css

or

npm i -D x-to-css

const XtoCss = require("x-to-css");

XtoCss("test/test.scss", "path/to/dist.css", {
	maps: true,
	callback: function(path, contents){
		// pass the path and contents
	}
});
//=> will output minified autoprefixed css to path/to/dist.css
//=> and a sourceMap to path/to/dist.css.map

XtoCss("some/style.less", "path/to/dist.css");
//=> will output minified autoprefixed css to path/to/dist.css
//=> no sourceMaps
2.0.5

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

1.0.5

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago