Skip to content

Commit

Permalink
fix: Fix unintended CSS order (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyoshi84 authored Jan 2, 2024
1 parent 825c8ea commit 63254bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ function layout() {
'columns',
'column-count',
'column-fill',
'column-gap',
'column-rule',
'column-rule-color',
'column-rule-style',
Expand Down Expand Up @@ -227,7 +226,6 @@ function typography() {
'text-emphasis-position',
'text-emphasis-style',
'text-orientation',
'text-overflow',

// white space & word wrapping
'white-space',
Expand Down
4 changes: 2 additions & 2 deletions test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
justify-items: auto;
justify-self: auto;
gap: 0;
column-gap: normal;
row-gap: 0;
vertical-align: auto;

Expand All @@ -182,7 +183,6 @@
columns: unset;
column-count: auto;
column-fill: balance;
column-gap: normal;
column-rule: medium none currentColor;
column-rule-color: currentColor;
column-rule-style: none;
Expand Down Expand Up @@ -295,12 +295,12 @@
text-indent: 0;
text-justify: 0;
text-shadow: none;
text-overflow: clip;
text-rendering: auto;
text-size-adjust: auto;
text-transform: none;
text-underline-offset: auto;
text-underline-position: auto;
text-overflow: clip;

/* white space & word wrapping */
white-space: normal;
Expand Down

0 comments on commit 63254bc

Please sign in to comment.