0.1.0 โข Published 4 years ago
markcss v0.1.0
markcss for Markdown
This is a markdown theme carefully crafted & designed for modern computer screens.
The theme now has a built-in dark mode support. Which means the theme changes with your system, and you don't have to manually setup any preferences.
Separated themes (mark-light.css, mark-dark.css) are also provided.
And separated themes (github-markdown.css, github-markdown-light.css, github-markdown-dark.css) for GitHub Markdown style are also provided.
This theme is currently tested on MacOS only.
๐ฆ๏ธ Installation
npm install markcss
# or using yarn
yarn add markcssUsage
The github-markdown.css is exported by default. If you want to get the full page version, please see dist/mark.css.
/* with PostCSS in css file */
@import 'markcss';// with Webpack or others in js file */
import 'markcss'All Files
dist
โโโ github-markdown-dark.css
โโโ github-markdown-light.css
โโโ github-markdown.css
โโโ mark-dark.css
โโโ mark-light.css
โโโ mark.cssLICENSE
This project is licensed under the MIT License.
sqrtthree.com ย ยทย GitHub @sqrthree ย ยทย Twitter @sqrtthree
0.1.0
4 years ago