From b8b7421699e519ff0565795b5fba95faf40450b1 Mon Sep 17 00:00:00 2001 From: craftwerk Date: Thu, 4 Jul 2024 18:14:28 +0200 Subject: [PATCH 1/3] Create editor.scss --- assets/scss/editor.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assets/scss/editor.scss diff --git a/assets/scss/editor.scss b/assets/scss/editor.scss new file mode 100644 index 0000000..7e5a5d8 --- /dev/null +++ b/assets/scss/editor.scss @@ -0,0 +1,14 @@ +/*! + * editor.scss + * This file compiles Bootstrap colors, which are used in theme.json as variables, + * and adds the compiled colors to the editor sidebar. + */ +@import "bootstrap/functions"; + +@import "bootscore-variables"; + +@import "bootstrap/variables"; +@import "bootstrap/variables-dark"; +@import "bootstrap/maps"; +@import "bootstrap/mixins"; +@import "bootstrap/root"; From 8284b658ef6501fc51927053f79d36bcfde9649a Mon Sep 17 00:00:00 2001 From: craftwerk Date: Thu, 4 Jul 2024 18:15:20 +0200 Subject: [PATCH 2/3] Update .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 51699e9..45fdc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .DS_Store -css/main.css -css/main.map +node_modules/ +package-lock.json +.prettierrc assets/css/main.css -assets/css/main.map -assets/css/main.css.map \ No newline at end of file +assets/css/main.css.map +assets/css/editor.css +assets/css/editor.css.map \ No newline at end of file From f6c6c30023c9e3fc764d43d591aa8b9a5e9eb8c7 Mon Sep 17 00:00:00 2001 From: Basti <51531217+crftwrk@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:28:08 +0200 Subject: [PATCH 3/3] Update editor.scss --- assets/scss/editor.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/scss/editor.scss b/assets/scss/editor.scss index 7e5a5d8..c91884b 100644 --- a/assets/scss/editor.scss +++ b/assets/scss/editor.scss @@ -1,8 +1,8 @@ /*! - * editor.scss - * This file compiles Bootstrap colors, which are used in theme.json as variables, - * and adds the compiled colors to the editor sidebar. - */ + * editor.scss + * This file compiles Bootstrap colors, which are used in theme.json as variables, + * and adds the compiled colors to the color picker in the sidebar. + */ @import "bootstrap/functions"; @import "bootscore-variables";