bootswatch-less
Advanced tools
Comparing version 3.3.3 to 3.3.4
{ | ||
"name": "bootswatch-less", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "less files for bootswatch", | ||
@@ -9,2 +9,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -1,5 +0,4 @@ | ||
Bootswatch-less | ||
============== | ||
# Bootswatch-less | ||
This package contains only the less files of [bootswatch](https://github.com/thomaspark/). | ||
This package contains only the less files of [bootswatch](https://github.com/thomaspark/bootswatch). | ||
This should be used when compiling bootswatch from source using less. | ||
@@ -9,5 +8,5 @@ | ||
Should be used with the [`bootstrap-less`](https://www.npmjs.com/package/bootstrap-less) package. | ||
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: | ||
This package should be added to your less `paths` settings. | ||
@@ -21,5 +20,5 @@ gulp.pipe(less({ | ||
Then bootswatch files can be included in any less file: | ||
Then bootswatch files can be included in any less file. | ||
@import "bootswatch/cyborg/variables.less"; | ||
@import "bootswatch/cyborg/bootswatch.less"; | ||
@import "bootswatch/cyborg/variables"; | ||
@import "bootswatch/cyborg/bootswatch"; |
Sorry, the diff of this file is not supported yet
529026
38
23