New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basscss

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

bower.json

@@ -1,1 +0,1 @@

{"name":"basscss","version":"5.2.1","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]}
{"name":"basscss","version":"6.0.1","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]}
{
"name": "basscss",
"version": "6.0.0",
"version": "6.0.1",
"description": "Low-level CSS toolkit",

@@ -17,3 +17,3 @@ "style": "src/basscss.css",

"basscss-background-images": "0.0.9",
"basscss-base-buttons": "^1.0.11",
"basscss-base-buttons": "^1.0.12",
"basscss-base-forms": "^1.1.2",

@@ -32,6 +32,6 @@ "basscss-base-reset": "^1.0.0",

"basscss-button-nav-tab": "0.0.3",
"basscss-button-outline": "^1.0.1",
"basscss-button-outline": "^1.1.0",
"basscss-button-red": "0.0.1",
"basscss-button-sizes": "^1.0.5",
"basscss-button-transparent": "^1.0.1",
"basscss-button-transparent": "^1.1.0",
"basscss-color-base": "^1.3.2",

@@ -38,0 +38,0 @@ "basscss-color-buttons": "^1.0.1",

@@ -62,3 +62,3 @@ # Basscss

If you're making changes to a module, please follow the
[design principles]().
[design principles](http://www.basscss.com/docs/reference/principles/).

@@ -65,0 +65,0 @@ ## Folder Structure

@@ -40,7 +40,8 @@

},
rem: false
rem: false,
pseudoElements: false,
colorRgba: false
}
});
css = meta + '\n\n' + postcss().use(removeComments()).process(css).css;
//css = meta + '\n\n' + css;
var minified = new Cleancss().minify(css).styles;

@@ -47,0 +48,0 @@

Sorry, the diff of this file is not supported yet

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