@seedcss/seed-color-scheme
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@seedcss/seed-color-scheme", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Color scheme system pack for Seed", | ||
@@ -45,3 +45,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@seedcss/seed-config": "^1.0.0" | ||
"@seedcss/seed-config": "^1.0.1" | ||
}, | ||
@@ -52,3 +52,3 @@ "publishConfig": { | ||
"prepublish": "npm run build", | ||
"gitHead": "6419de8f0691d1d12f6e0c25c1c1c30eb7b9798f" | ||
"gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26" | ||
} |
@@ -78,12 +78,12 @@ # seed-color-scheme | ||
blue: ( | ||
default: #22A1F0, | ||
100: #F4FBFF, | ||
200: #D5EFFF, | ||
300: #A6DDFF, | ||
400: #5ABFFD, | ||
500: #22A1F0, | ||
600: #1087D8, | ||
700: #0866B1, | ||
800: #004380, | ||
900: #082555 | ||
default: #1292EE, | ||
100: #F3FBFF, | ||
200: #D6EDFF, | ||
300: #A0D4FF, | ||
400: #57B0FB, | ||
500: #1292EE, | ||
600: #0077CC, | ||
700: #005CA4, | ||
800: #034077, | ||
900: #002651 | ||
), | ||
@@ -277,4 +277,14 @@ | ||
), default); | ||
@include _color(( | ||
// Primary | ||
link: ( | ||
default: _color(blue, 600), | ||
base: _color(blue, 600), | ||
hover: _color(blue, 500), | ||
active: _color(blue, 500), | ||
focus: _color(blue, 500), | ||
), | ||
), default); | ||
} | ||
``` |
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
15294
288
Updated@seedcss/seed-config@^1.0.1