Skip to content

Commit d9efab9

Browse files
Merge pull request #13 from TorstenDittmann/fix-high-color-mode
Remove global color variable from CSS selector
2 parents 3bc5bab + 722b65a commit d9efab9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launch.css",
33
"type": "module",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
66
"homepage": "https://launch-css.dev",
77
"main": "dist/index.css",

packages/main/src/_global.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ html {
1111
* {
1212
outline-color: var(--color);
1313
border-color: var(--border);
14-
color: var(--color);
1514
}

0 commit comments

Comments
 (0)