0.1.4 • Published 4 months ago

stackedit-css v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

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
0.1.4

4 months ago

0.1.3

5 months ago

0.1.2

5 months ago