postcss-scss
Advanced tools
Comparing version 3.0.5 to 4.0.0
{ | ||
"name": "postcss-scss", | ||
"version": "3.0.5", | ||
"version": "4.0.0", | ||
"description": "SCSS parser for PostCSS", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10.0" | ||
"node": ">=12.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "main": "lib/scss-syntax", | ||
}, | ||
"./": "./" | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -34,5 +34,5 @@ "funding": { | ||
}, | ||
"dependencies": { | ||
"postcss": "^8.2.7" | ||
"peerDependencies": { | ||
"postcss": "^8.3.3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# PostCSS SCSS Syntax [![Build Status][ci-img]][ci] | ||
# PostCSS SCSS Syntax | ||
@@ -14,8 +14,7 @@ <img align="right" width="95" height="95" | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://img.shields.io/travis/postcss/postcss-scss.svg | ||
[SCSS]: http://sass-lang.com/ | ||
[ci]: https://travis-ci.org/postcss/postcss-scss | ||
<a href="https://evilmartians.com/?utm_source=postcss"> | ||
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54"> | ||
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" | ||
alt="Sponsored by Evil Martians" width="236" height="54"> | ||
</a> | ||
@@ -27,12 +26,6 @@ | ||
```sh | ||
npm --save install postcss-scss | ||
npm --save install postcss postcss-scss | ||
``` | ||
or (if you use [Yarn](https://yarnpkg.com/)) | ||
```sh | ||
yarn add --dev postcss-scss | ||
``` | ||
## Usage | ||
@@ -39,0 +32,0 @@ |
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
19252
12
83
- Removedpostcss@^8.2.7