@brandcolors/linkedin
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "@brandcolors/linkedin", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "LinkedIn Brand Colors.", | ||
@@ -27,3 +27,3 @@ "main": "_index.scss", | ||
}, | ||
"gitHead": "e06a25e553e9870ddcecb43094e74a55b5ebf1bd" | ||
"gitHead": "03500ab8c96d47912e31913a3f887a5c316c4080" | ||
} |
@@ -25,5 +25,2 @@ <div align="center"> | ||
The styles will create custom properties in CSS `root`. If you want this custom properties anywhere else, use the public | ||
mixin `custom-properties`. | ||
<block-code> | ||
@@ -37,2 +34,5 @@ | ||
The styles will create all custom properties in CSS `root`. If you want this custom properties anywhere else, use the | ||
public mixin `custom-properties`. | ||
## Theming | ||
@@ -70,4 +70,4 @@ | ||
| --- | --- | | ||
| `$primary` | Return `#...`. | | ||
| `$primary-rgb` | Return `rgb(...)`. | | ||
| `$primary` | Return `#...` color. | | ||
| `$primary-rgb` | Return `rgb(...)` color. | | ||
@@ -78,2 +78,2 @@ ### Mixins | ||
| --- | --- | | ||
| `custom-properties($values...)` | Create custom property on `root`. If the `$values` is empty, the mixin will create all styles by default. | | ||
| `custom-properties($values...)` | Create dedicated custom property. If the `$values` is empty, the mixin will create all styles by 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
6493