Skip to content

Commit

Permalink
test(postcss-merge-longhand): check invalid border property handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 26, 2021
1 parent 8aa64c7 commit 0779dfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/postcss-merge-longhand/src/__tests__/borders.js
Expand Up @@ -1203,6 +1203,13 @@ test(
)
);

test(
'should not break border rules mixing custorm and regular properties',
passthroughCSS(
'h1{border:var(--v1) solid var(--v2, #abc123);border-right-color:blue}'
)
);

test(
'should overwrite some border-width props and save fallbacks and preserve case #648 2',
processCSS(
Expand Down

0 comments on commit 0779dfe

Please sign in to comment.