Skip to content

Commit 640ae3b

Browse files
chore(deps): update dependency tailwindcss to v4 (#4534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
1 parent 6fa2c2b commit 640ae3b

File tree

93 files changed

+1087
-1469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1087
-1469
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:root {
2-
--main-50: 238, 252, 250;
3-
--main-100: 217, 247, 244;
4-
--main-200: 183, 240, 234;
5-
--main-300: 145, 232, 224;
6-
--main-400: 107, 224, 213;
7-
--main-500: 71, 217, 203;
8-
--main-600: 39, 190, 175;
9-
--main-700: 30, 144, 132;
10-
--main-800: 20, 97, 90;
11-
--main-900: 10, 47, 43;
2+
--main-50: rgb(238, 252, 250);
3+
--main-100: rgb(217, 247, 244);
4+
--main-200: rgb(183, 240, 234);
5+
--main-300: rgb(145, 232, 224);
6+
--main-400: rgb(107, 224, 213);
7+
--main-500: rgb(71, 217, 203);
8+
--main-600: rgb(39, 190, 175);
9+
--main-700: rgb(30, 144, 132);
10+
--main-800: rgb(20, 97, 90);
11+
--main-900: rgb(10, 47, 43);
1212
--bg-color-start: #91E8E0;
1313
--bg-color-stop: #1E9084;
1414
}

0 commit comments

Comments
 (0)