bootswatch-less
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "bootswatch-less", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "less files for bootswatch", | ||
"registry": "jspm", | ||
"repository": { | ||
@@ -7,0 +6,0 @@ "type": "git", |
Bootswatch-less | ||
============== | ||
This package contains only the less files of https://github.com/thomaspark/bootswatch. | ||
This package contains only the less files of [bootswatch](https://github.com/thomaspark/). | ||
This should be used when compiling bootswatch from source using less. | ||
This repository is about 600 kb | ||
Total filesize is about 600 kb. | ||
Should be used with the [`bootstrap-less`](https://www.npmjs.com/package/bootstrap-less) package. | ||
This package should be added to your less `paths` settings: | ||
gulp.pipe(less({ | ||
paths: [ | ||
'.', | ||
'./node_modules/bootswatch-less' | ||
] | ||
})) | ||
Then bootswatch files can be included in any less file: | ||
@import "bootswatch/cyborg/variables.less"; | ||
@import "bootswatch/cyborg/bootswatch.less"; |
528691
24