postcss-syntax
Advanced tools
Comparing version 0.26.0 to 0.26.1
14
index.js
@@ -8,9 +8,2 @@ "use strict"; | ||
{ | ||
// WXSS(WeiXin Style Sheets) See: https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html | ||
// acss(AntFinancial Style Sheet) See: https://docs.alipay.com/mini/framework/acss | ||
// `*.pcss`, `*.postcss` | ||
test: /\.(?:wx|\w*c)ss$/i, | ||
lang: "css", | ||
}, | ||
{ | ||
test: /\.less$/i, | ||
@@ -36,2 +29,9 @@ lang: "less", | ||
{ | ||
// WXSS(WeiXin Style Sheets) See: https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html | ||
// acss(AntFinancial Style Sheet) See: https://docs.alipay.com/mini/framework/acss | ||
// `*.pcss`, `*.postcss` | ||
test: /\.(?:wx|\w*c)ss$/i, | ||
lang: "css", | ||
}, | ||
{ | ||
test: /\.(?:[sx]?html?|[sx]ht|vue|ux|markdown|md|php)$/i, | ||
@@ -38,0 +38,0 @@ extract: "html", |
{ | ||
"name": "postcss-syntax", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
17189
14