postcss-html
Advanced tools
Comparing version 0.23.0 to 0.23.1
{ | ||
"name": "postcss-html", | ||
"version": "0.23.0", | ||
"version": "0.23.1", | ||
"description": "PostCSS syntax for parsing HTML (and HTML-like)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gucong3000/postcss-syntax.git" | ||
"url": "git+https://github.com/gucong3000/postcss-html.git" | ||
}, | ||
@@ -28,3 +28,15 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/gucong3000/postcss-syntax/tree/master/packages/postcss-html#readme", | ||
"homepage": "https://github.com/gucong3000/postcss-html#readme", | ||
"nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
], | ||
"all": true, | ||
"cache": true, | ||
"check-coverage": true | ||
}, | ||
"scripts": { | ||
"test": "nyc mocha --no-timeouts" | ||
}, | ||
"dependencies": { | ||
@@ -35,7 +47,16 @@ "htmlparser2": "^3.9.2" | ||
"postcss": ">=5.0.0", | ||
"postcss-syntax": "^0.3.0" | ||
"postcss-syntax": ">=0.3.0" | ||
}, | ||
"devDependencies": { | ||
"postcss-syntax": "^0.3.0" | ||
"autoprefixer": "^8.3.0", | ||
"chai": "^4.1.2", | ||
"codecov": "^3.0.1", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"postcss": "^6.0.21", | ||
"postcss-less": "^1.1.5", | ||
"postcss-scss": "^1.0.5", | ||
"postcss-syntax": "^0.3.0", | ||
"sugarss": "^1.0.1" | ||
} | ||
} |
@@ -5,8 +5,11 @@ PostCSS HTML Syntax | ||
[![NPM version](https://img.shields.io/npm/v/postcss-html.svg?style=flat-square)](https://www.npmjs.com/package/postcss-html) | ||
[![Travis](https://img.shields.io/travis/gucong3000/postcss-html.svg)](https://travis-ci.org/gucong3000/postcss-html) | ||
[![Codecov](https://img.shields.io/codecov/c/github/gucong3000/postcss-html.svg)](https://codecov.io/gh/gucong3000/postcss-html) | ||
[![David](https://img.shields.io/david/gucong3000/postcss-html.svg)](https://david-dm.org/gucong3000/postcss-html) | ||
<img align="right" width="95" height="95" | ||
title="Philosopher’s stone, logo of PostCSS" | ||
src="http://postcss.github.io/postcss/lib/logo.svg"> | ||
src="http://postcss.github.io/postcss/logo.svg"> | ||
[PostCSS](https://github.com/postcss/lib/postcss) syntax for parsing HTML (and HTML-like) | ||
[PostCSS](https://github.com/postcss/postcss) syntax for parsing HTML (and HTML-like) | ||
- [PHP](http://php.net) | ||
@@ -24,2 +27,9 @@ - [Vue component](https://vue-loader.vuejs.org/) | ||
If you want support SCSS/SASS/LESS/SugarSS syntax, you need to install the corresponding module. | ||
- SCSS: [postcss-scss](https://github.com/postcss/postcss-scss) | ||
- SASS: [postcss-sass](https://github.com/aleshaoleg/postcss-sass) | ||
- LESS: [postcss-less](https://github.com/shellscape/postcss-less) | ||
- SugarSS: [sugarss](https://github.com/postcss/sugarss) | ||
## Use Cases | ||
@@ -45,10 +55,10 @@ | ||
- SCSS: [PostCSS-SCSS](https://github.com/postcss/lib/postcss-scss) | ||
- SCSS: [PostCSS-SCSS](https://github.com/postcss/postcss-scss) | ||
- SASS: [PostCSS-SASS](https://github.com/aleshaoleg/postcss-sass) | ||
- LESS: [PostCSS-LESS](https://github.com/shellscape/postcss-less) | ||
- SugarSS: [SugarSS](https://github.com/postcss/lib/sugarss) | ||
- SugarSS: [SugarSS](https://github.com/postcss/sugarss) | ||
## Advanced Use Cases | ||
See: [postcss-syntax](../postcss-syntax#readme) | ||
See: [postcss-syntax](https://github.com/gucong3000/postcss-syntax) | ||
@@ -55,0 +65,0 @@ ### Style Transformations |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6864
6
1
65
10