Skip to content

Commit

Permalink
chore(styles): tui-space increase specifity (#9522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Oct 20, 2024
1 parent c58272a commit f3bf718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/styles/markup/tui-space.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.generate-space(@direction, @i: 0) when (@i =< @sizes) {
.generate-space(@direction, @i + 1);

&_@{direction}-@{i} {
&_@{direction}-@{i}&_@{direction}-@{i} {
& when (@direction = all) {
margin: 0.25rem * @i;
}
Expand Down

0 comments on commit f3bf718

Please sign in to comment.