Skip to content

Commit e1aa86f

Browse files
authored
Merge pull request #1227 from mfranzke/fix-resetcss-selector-in-uikit-workshop
fix(resetcss): selector in uikit-workshop #1109
2 parents 8afd3f3 + 6893b7c commit e1aa86f

File tree

1 file changed

+1
-1
lines changed
  • packages/uikit-workshop/src/sass/scss/02-base

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/sass/scss/02-base/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
box-sizing: border-box;
1717
}
1818

19-
button {
19+
button[class|="pl-c"] {
2020
font-size: inherit;
2121
background-color: transparent;
2222
}

0 commit comments

Comments
 (0)