Skip to content

Commit 2fb5ca0

Browse files
authored
fix(styles-tailwindcss-forms): compatibility limiting rewriting of styles (#728)
1 parent 12ce266 commit 2fb5ca0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

blocks/themes/uc-basic/index.css

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@
3030
@import url('../../CloudImageEditor/index.css');
3131
@import url('../../CloudImageEditorActivity/index.css');
3232
@import url('../../Select/select.css');
33+
34+
/* POST RESET */
35+
@import url('post-reset.css');

blocks/themes/uc-basic/post-reset.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:where([uc-wgt-common]) uc-source-btn[type] {
2+
all: unset;
3+
}

0 commit comments

Comments
 (0)