Skip to content

Commit 9a7acb6

Browse files
Fix lint error
1 parent c8a9d29 commit 9a7acb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tailwind.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
--tw-gradient-position: to right in oklab;
5858
}
5959
background-image: linear-gradient(var(--tw-gradient-stops));
60+
6061
[dir='rtl'] & {
6162
--tw-gradient-position: to left;
6263
@supports (background-image: linear-gradient(in lab, red, red)) {
@@ -71,6 +72,7 @@
7172
--tw-gradient-position: to left in oklab;
7273
}
7374
background-image: linear-gradient(var(--tw-gradient-stops));
75+
7476
[dir='rtl'] & {
7577
--tw-gradient-position: to right;
7678
@supports (background-image: linear-gradient(in lab, red, red)) {
@@ -79,7 +81,6 @@
7981
}
8082
}
8183

82-
8384
/*
8485
* CUSTOM: Theme variable policy.
8586
*

0 commit comments

Comments
 (0)