We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fd0af commit fed71feCopy full SHA for fed71fe
src/styles/code-block.scss
@@ -1,6 +1,6 @@
1
-@import "tailwindcss/base";
2
-@import "tailwindcss/components";
3
-@import "tailwindcss/utilities";
+@use "tailwindcss/base" as *;
+@use "tailwindcss/components" as *;
+@use "tailwindcss/utilities" as *;
4
5
.tiptap {
6
.code-block {
src/styles/styles.scss
@@ -1,17 +1,13 @@
-
-// Your custom SCSS styles here
7
/* Basic TipTap editor styles */
8
9
:first-child {
10
margin-top: 0;
11
}
12
13
14
15
/* List styles */
16
ul,
17
ol {
0 commit comments