- Issue created by @mohammad-fayoumi
- Merge request !29Issue #3507250 by mohammad-fayoumi: Prevent Bootstrap root.css conflicts with custom Bootstrap themes in CKEditor → (Open) created by mohammad-fayoumi
The varbase_components
module always loads root.css
for the default Bootstrap framework,
which causes conflicts when using a custom Bootstrap theme. The custom Bootstrap styles are overridden by
the default root.css
provided by the module.
varbase_components
.replace
key inside the *.components.yml
file as per the documentation.root.css
provided by the module. This is caused by the following dependency in ckeditor5-styles
:
# Ckeditor 5 styles. ckeditor5-styles: dependencies: - core/components.varbase_components--root - core/components.varbase_components--alert - core/components.varbase_components--callout
Remove the - core/components.varbase_components--root from the ckeditor5-styles
library
inside this module or load it on demand.
Active
2.0
Code