basscss-defaults
Advanced tools
Comparing version 0.2.0 to 1.0.0
{ | ||
"name": "basscss-defaults", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "Default variables for Basscss", | ||
@@ -20,3 +20,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/jxnblk/basscss-defaults" | ||
"homepage": "https://github.com/jxnblk/basscss-defaults", | ||
"dependencies": { | ||
"colors.css": "^2.0.4" | ||
} | ||
} |
# Basscss Defaults | ||
Default variables and custom media queries for Basscss | ||
Default variables and custom media queries for [Basscss](http://basscss.com). Includes colors from [mrmrs/colors](//clrs.cc). | ||
http://basscss.com | ||
```css | ||
@@ -34,10 +32,5 @@ @custom-media --breakpoint-sm (min-width: 40em); | ||
--container-width: 64em; | ||
--blue: #0076df; | ||
--red: #f95020; | ||
--green: #00cf26; | ||
--yellow: #efcc00; | ||
--dark-gray: #333; | ||
--mid-gray: #777; | ||
--light-gray: #ccc; | ||
--lighter-gray: #eee; | ||
--dark-gray: var(--black); | ||
--mid-gray: var(--gray); | ||
--light-gray: var(--silver); | ||
--darken-1: rgba(#000,.0625); | ||
@@ -47,5 +40,5 @@ --darken-2: rgba(#000,.125); | ||
--darken-4: rgba(#000,.5); | ||
--border-color: var(--light-gray); | ||
--border-width: 1px; | ||
--border-radius: 3px; | ||
--border-color: var(--darken-2); | ||
--hover-background-color: var(--darken-1) | ||
@@ -52,0 +45,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3029
1
1
47
46
+ Addedcolors.css@^2.0.4
+ Addedcolors.css@2.3.0(transitive)