Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit e68b4ed

Browse files
committed
fix: global color
1 parent 222cd80 commit e68b4ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-postcss",
3-
"version": "0.0.1-7",
3+
"version": "0.0.1-8",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ blockquote,
145145
p,
146146
ol,
147147
ul {
148-
color: $color-gray;
148+
color: var(--color-gray);
149149
}
150150

151151
figure {

0 commit comments

Comments
 (0)