We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c94733 commit b3d5433Copy full SHA for b3d5433
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "superfly-css-utilities-colors",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "Color utilities",
5
"main": "src/main/css/index.css",
6
"scripts": {
src/main/css/index.css
@@ -92,7 +92,7 @@
92
93
:root {
94
--u-background-color-silver-grey {
95
- color: #9e9e9e !important;
+ background-color: #9e9e9e !important;
96
}
97
98
0 commit comments