postcss-markdown
Advanced tools
Comparing version 0.31.0 to 0.32.0
{ | ||
"name": "postcss-markdown", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"description": "PostCSS syntax for parsing Markdown", | ||
@@ -45,16 +45,16 @@ "repository": { | ||
"postcss": ">=5.0.0", | ||
"postcss-syntax": ">=0.31.0" | ||
"postcss-syntax": ">=0.32.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"codecov": "^3.0.2", | ||
"codecov": "^3.0.4", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"postcss": "^6.0.23", | ||
"postcss-html": ">=0.31.0", | ||
"postcss": "^7.0.1", | ||
"postcss-html": ">=0.32.0", | ||
"postcss-less": "^2.0.0", | ||
"postcss-scss": "^1.0.6", | ||
"postcss-syntax": ">=0.31.0", | ||
"postcss-scss": "^2.0.0", | ||
"postcss-syntax": ">=0.32.0", | ||
"sugarss": "^1.0.1" | ||
} | ||
} |
@@ -91,4 +91,4 @@ PostCSS Markdown Syntax | ||
### Style Transformations | ||
## Style Transformations | ||
The main use case of this plugin is apply PostCSS transformations to CSS (and CSS-like) code blocks in markdown file. |
6821