postcss-syntax
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "postcss-syntax", | ||
"version": "0.0.2", | ||
"description": "postcss-syntax", | ||
"version": "0.1.0", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
"main": "lib/index.js", | ||
@@ -30,3 +30,5 @@ "scripts": { | ||
"postcss", | ||
"syntax" | ||
"syntax", | ||
"switch", | ||
"extension" | ||
], | ||
@@ -62,5 +64,5 @@ "author": "gucong", | ||
"postcss-scss": "^1.0.5", | ||
"postcss-styled": "0.0.2", | ||
"postcss-styled": "0.1.0", | ||
"sugarss": "^1.0.1" | ||
} | ||
} |
@@ -13,3 +13,3 @@ PostCSS Syntax | ||
[PostCSS](https://github.com/postcss/postcss) auto syntax switch tool | ||
postcss-syntax can automatically switch the required [PostCSS](https://github.com/postcss/postcss) syntax by file extensions | ||
@@ -33,5 +33,5 @@ ## Getting Started | ||
- SASS: [PostCSS-Markdown](https://github.com/gucong3000/postcss-markdown) | ||
- LESS: [PostCSS-Styled](https://github.com/gucong3000/postcss-styled) | ||
- SCSS: [PostCSS-HTML](https://github.com/gucong3000/postcss-html) | ||
- Markdown: [PostCSS-Markdown](https://github.com/gucong3000/postcss-markdown) | ||
- styled components: [PostCSS-Styled](https://github.com/gucong3000/postcss-styled) | ||
- HTML (and HTML-like): [PostCSS-HTML](https://github.com/gucong3000/postcss-html) | ||
@@ -38,0 +38,0 @@ ## Use Cases |
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
15027