-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap styling conflicts #159
Comments
@zFlxw remove bootstrap style in angular.json and write markdown editor related style in style.scss . .md-editor-container { |
Hey there,
I am using Tailwind and linking the bootstrap stylesheet in the angular.json interferes with the rest of my styling. Is there a way to link the stylesheet only to the editor so that the editor styling works correctly without having to declare the bootstrap stylesheet globally?
I tried adding the bootstrap styles only to the component where I use the editor, but this does not work.
The text was updated successfully, but these errors were encountered: