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

Commit b6830af

Browse files
committed
feat: button full width
1 parent 91f64ae commit b6830af

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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-10",
3+
"version": "0.0.1-11",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/buttons.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,7 @@ input[type="submit"],
170170
}
171171
}
172172
}
173+
174+
.full-width {
175+
width: 100%;
176+
}

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: var(--color-gray);
148+
color: var(--color-gray);
149149
}
150150

151151
figure {

0 commit comments

Comments
 (0)