stackedit-css
v0.1.4
Published
CSS files extracted from StackEdit
Downloads
3
Readme
stackedit-css
[!NOTE] This repository is not official.
This repository maintains the CSS files extracted from Benoit Schweblin's StackEdit for external use.
Build
npm install
npm run build
Import
CSS files can be imported from jsDelivr.
<head>
<link href='https://cdn.jsdelivr.net/npm/stackedit-css@{{version}}/dist/style.css' rel='stylesheet' />
</head>
Note that the {{version}}
should be replaced with the version you want to use.
Publish
version=$(npm version patch)
echo $version
git push origin master
git push origin $version
npm publish