We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bc5bab + 722b65a commit d9efab9Copy full SHA for d9efab9
packages/main/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "launch.css",
3
"type": "module",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
6
"homepage": "https://launch-css.dev",
7
"main": "dist/index.css",
packages/main/src/_global.scss
@@ -11,5 +11,4 @@ html {
11
* {
12
outline-color: var(--color);
13
border-color: var(--border);
14
- color: var(--color);
15
}
0 commit comments