Skip to content

Commit

Permalink
fix: commonify quill styles for website and desk
Browse files Browse the repository at this point in the history
  • Loading branch information
prssanna committed Mar 11, 2021
1 parent ec004cc commit 1581c99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
@import "user_profile";
@import "theme_switcher";
@import "link_preview";
@import "quill";
@import "../common/quill";
@import "plyr";
2 changes: 1 addition & 1 deletion frappe/public/scss/print.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @import "~bootstrap/scss/bootstrap";
@import './desk/quill';
@import './common/quill';
@import "./desk/css_variables";


Expand Down
5 changes: 2 additions & 3 deletions frappe/public/scss/website/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import '~quill/dist/quill.core';
@import '~quill/dist/quill.snow.css';
@import '~quill/dist/quill.bubble.css';
@import '../common/quill';
@import 'variables';
@import '~bootstrap/scss/bootstrap';
@import "../common/mixins";
Expand All @@ -15,6 +13,7 @@
@import 'multilevel_dropdown';
@import 'website_image';
@import 'website_avatar';
@import 'web_form';
@import 'page_builder';
@import 'blog';
@import 'markdown';
Expand Down

0 comments on commit 1581c99

Please sign in to comment.