Socket
Socket
Sign inDemoInstall

mark-down-style

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "mark-down-style",
"version": "0.0.1",
"version": "0.0.2",
"description": "Markdown Style.",
"main": "index.css",
"scripts": {
"build": "sass --no-source-map --style=compressed scss/index.scss index.css"
"build": "sass --no-source-map --style=compressed scss/index.scss index.css",
"prepublish": "npm run build"
},

@@ -23,2 +24,3 @@ "repository": {

"devDependencies": {
"chokidar": "^3.5.2",
"sass": "^1.39.0"

@@ -25,0 +27,0 @@ },

# Markdown Style
> Based on [github-markdown-css](https://github.com/sindresorhus/github-markdown-css).
## Install
```bash
npm i mark-down-style
```
## Supported sass variables
```scss
/* the container's className */
$containerClassName: md-style !default;
/* pre background color */
$pre-bg-color: #2c2d2d !default;
/* heading font size */
$base-font-size: 1rem !default;
$h1-font-size: $base-font-size * 2.5 !default;
$h2-font-size: $base-font-size * 2 !default;
$h3-font-size: $base-font-size * 1.75 !default;
$h4-font-size: $base-font-size * 1.5 !default;
$h5-font-size: $base-font-size * 1.25 !default;
$h6-font-size: $base-font-size !default;
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc