Skip to content

Commit 245eb44

Browse files
committed
fixup!
1 parent 18c0d60 commit 245eb44

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

packages/ui-components/src/Common/BaseLinkTabs/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@
3838
}
3939

4040
.tabsSelect {
41-
@apply !
42-
md:hidden;
41+
@apply md:hidden!;
4342
}

packages/ui-components/src/styles/markdown.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ main {
137137
}
138138

139139
li div:has(> pre) {
140-
@apply !
141-
my-1;
140+
@apply my-1!;
142141
}
143142
}
144143

@@ -157,8 +156,7 @@ main {
157156
}
158157

159158
li div:has(> pre) {
160-
@apply !
161-
my-1;
159+
@apply my-1!;
162160
}
163161
}
164162

0 commit comments

Comments
 (0)