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.
1 parent 378ecb7 commit 6e27fa8Copy full SHA for 6e27fa8
packages/main/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "launch.css",
3
"type": "module",
4
- "version": "1.1.1",
+ "version": "1.1.2",
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/compoments/_tabs.scss
@@ -1,7 +1,6 @@
[role="tablist"] {
display: flex;
gap: 0;
- margin-bottom: 1rem;
border-radius: 0.75rem;
background: var(--background-secondary);
padding: 0.25rem;
@@ -14,8 +13,7 @@
14
13
border: none;
15
border-radius: 0.5rem;
16
background: none;
17
- background: transparent;
18
- padding: 0.75em 0;
+ padding: 0.5em 0;
19
color: var(--color-muted);
20
text-align: center;
21
text-decoration: none;
0 commit comments