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.3 to 3.3.4

.editorconfig

4

package.json
{
"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

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