generated from ztimson/template
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
715d686171 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ztimson/css-utils",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "CSS Utility Classes",
|
||||
"readme": "README.md",
|
||||
"scripts": {
|
||||
|
@ -52,6 +52,7 @@ $divisible: (0, 10, 20, 25, 30, 33, 34, 40, 50, 60, 66, 70, 75, 80, 90, 100);
|
||||
color: var(--theme-primary);
|
||||
&:not(:hover) { text-decoration: none; }
|
||||
&:hover { text-decoration: underline; }
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user