refactor: merge blocks-editor package with web (#2217)

This commit is contained in:
Aman Harwara
2023-02-17 18:35:17 +05:30
committed by GitHub
parent 135956ce73
commit 7bf76b51c5
158 changed files with 95 additions and 668 deletions

View File

@@ -1,4 +1,4 @@
$blocks-editor-icons-path: '../../../blocks-editor/src/Lexical/Icons';
$blocks-editor-icons-path: '../javascripts/Components/SuperEditor/Lexical/Icons';
@import '../../../styles/src/Styles/_colors.scss';
@import '../../../styles/src/Styles/_panels.scss';
@@ -20,14 +20,15 @@ $blocks-editor-icons-path: '../../../blocks-editor/src/Lexical/Icons';
@import 'focused';
@import 'sn';
@import 'animation';
@import '../../../blocks-editor/src/Lexical/Theme/lexical.scss';
@import '../javascripts/Components/SuperEditor/Lexical/Theme/lexical.scss';
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
ul, ol {
ul,
ol {
list-style-type: revert;
}
}