@patternfly/pfe-sass
Advanced tools
Comparing version 1.0.0-prerelease.40 to 1.0.0-prerelease.45
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.0-prerelease.40", | ||
"version": "1.0.0-prerelease.45", | ||
"publishConfig": { | ||
@@ -52,3 +52,3 @@ "access": "public" | ||
}, | ||
"gitHead": "504c30c0daa35198de5ebc1bc46c9ba32a70716d" | ||
"gitHead": "551aee451a9760efb87d26feff78172b613af7e7" | ||
} |
@@ -51,17 +51,1 @@ # PFE SASS | ||
``` | ||
### On=dark is being deprecated. | ||
**Instead, custom classes already on the page should set broadcast values:** | ||
```css | ||
.on-dark { | ||
--pfe-broadcasted--text: var(--pfe-theme--color--text--on-dark, #fff); | ||
--pfe-broadcasted--link: var(--pfe-theme--color--link--on-dark, #73bcf7); | ||
--pfe-broadcasted--link--hover: var(--pfe-theme--color--link--on-dark--hover, #2b9af3); | ||
--pfe-broadcasted--link--visited:var(--pfe-theme--color--link--on-dark--visited, #73bcf7); | ||
--pfe-broadcasted--link--focus: var(--pfe-theme--color--link--on-dark--focus, #2b9af3); | ||
} | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
68148
51