Conversation
Base css is anything coming from `bootstrap.less` Fixes atom#232
|
I think it would best to avoid including all of the CSS from /cc @simurai |
That would be great. Then the markdown-preview styles can be more independant. And allowing different "markdown themes" would be neat too. markdown-preview now uses the primer-markdown styles, which probably also depend on (or assume) .markdown-preview table {
border-collapse: collapse;
}Then it should also work in the future with the shadow root and when saving as HTML. |
I am not quite happy with the way I extract the base css, taking it from the stylesheets having
bootstrap.lessas a source, which containnormalize.cssand other stuff.I'd be happy to change it if anyone has a better idea.
Fixes #232