From 63254bcfe94d2cf3132d9ce13cdeca0f99b76a4e Mon Sep 17 00:00:00 2001 From: Tsuyoshi Yamaguchi Date: Tue, 2 Jan 2024 20:25:38 +0900 Subject: [PATCH] fix: Fix unintended CSS order (#30) --- index.js | 2 -- test/test.css | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 15025eb..f5f09c1 100644 --- a/index.js +++ b/index.js @@ -123,7 +123,6 @@ function layout() { 'columns', 'column-count', 'column-fill', - 'column-gap', 'column-rule', 'column-rule-color', 'column-rule-style', @@ -227,7 +226,6 @@ function typography() { 'text-emphasis-position', 'text-emphasis-style', 'text-orientation', - 'text-overflow', // white space & word wrapping 'white-space', diff --git a/test/test.css b/test/test.css index b94f672..a7ef3e4 100644 --- a/test/test.css +++ b/test/test.css @@ -169,6 +169,7 @@ justify-items: auto; justify-self: auto; gap: 0; + column-gap: normal; row-gap: 0; vertical-align: auto; @@ -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; @@ -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;