Skip to content

How to compile without MiniCssExtractPlugin? #197

Answered by pnikolov
archasek asked this question in Q&A
Discussion options

You must be logged in to vote

@archasek I have reproduced the reported behaviour and it is not due to the MiniCssExtractPlugin loader plugin.

You "loose" your CKEditor styling because this boilerplate ships with CSS Reset styles - they reset all default browser styling to help you write styles that will be consisted in all browsers as each browser applies some default styling which is different for each browser.

So in short, you can comment/remove this line in the app.scss on line 6:

/* CSS Reset */
@import 'base/reset';

Removing the above will not include the src/scss/base/_reset.scss file that resets all default styling (strong, italics, headings, etc.)

Here is a screenshot of the enabled default styling after comme…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pnikolov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #83 on October 16, 2023 12:14.