mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

How to get your css file? I want use it somewhere else. #43

Closed markwinds closed 5 years ago

markwinds commented 5 years ago

I am sorry to bother you. I like this style very much, so I want get css file to use it somewhere else. But there are three files like: base.css github-markdown.css update-github-markdown-css.js. I don't know which file should I take. I'd appreciate it if you could answer that.

mjbvz commented 5 years ago

The main css comes from this package: https://www.npmjs.com/package/github-markdown-css

markwinds commented 5 years ago

thanks!