Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootswatch-less

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootswatch-less - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

bootswatch/cerulean/bootswatch.less

3

package.json
{
"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";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc