Skip to content

Commit f2b35e5

Browse files
committed
tailwind: v4
1 parent 4782cf5 commit f2b35e5

File tree

2 files changed

+5
-1445
lines changed

2 files changed

+5
-1445
lines changed

packages/lexical/style/index.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
*/
66

77
/* Import base styles */
8-
@import url('base.css');
8+
@import url("base.css");
99

10-
/* Tailwind v4 theme configuration - CSS variables for theming */
11-
:root {
12-
--font-family-system: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
13-
--color-gray-light: #eee;
14-
--color-gray-medium: #ddd;
15-
--color-gray-dark: #333;
10+
/* Custom base styles */
11+
[contenteditable] {
12+
outline: 0px solid transparent;
1613
}
1714

1815
/* Import tailwind.css which now contains all the Tailwind v4 compatible styles */

0 commit comments

Comments
 (0)