Skip to content

Commit

Permalink
chore: fix rebase issue
Browse files Browse the repository at this point in the history
* Fix rebase issue for fix for issue #4258.
  • Loading branch information
puckowski committed Dec 8, 2024
1 parent f10abf4 commit 4b77818
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/test-data/css/_main/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@
mul-px-2: 140px;
mul-px-3: 140px;
}
<<<<<<< HEAD
*,
::before,
::after {
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
=======
}
.radio_checked {
border-color: #fff;
>>>>>>> 9434f18b (fix(issue:4258) variable interpolation after math)
}

0 comments on commit 4b77818

Please sign in to comment.