Skip to content

Commit

Permalink
fix: Fix border image order (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyoshi84 authored May 11, 2024
1 parent 9dde9d4 commit 4d4b858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ function layout() {
'border-end-end-radius',
'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
'border-image-slice',
'border-image-source',
'border-image-slice',
'border-image-width',
'border-image-outset',
'border-image-repeat',
'border-spacing',

// grid
Expand Down
6 changes: 3 additions & 3 deletions test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
border-end-end-radius: 1px;
border-end-start-radius: 1px;
border-image: none;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-slice: 100%;
border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch;
border-spacing: 0;

/* grid */
Expand Down

0 comments on commit 4d4b858

Please sign in to comment.