stackedit-css

0.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i stackedit-css

Weekly Downloads

0

Version

0.1.4

License

Apache-2.0

Unpacked Size

5.04 MB

Total Files

153

Last publish

Collaborators

  • privet-kitty