scss-prettier 4.0.8 → 4.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +1 -1
- package/README.md +0 -2
- package/bin/scss-prettier.js +1 -1
- package/package.json +1 -5
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
[한국어](README.ko.md)
|
|
2
1
|
|
|
3
2
|
# SCSS Prettier
|
|
4
3
|
|
|
@@ -249,7 +248,6 @@ scss-prettier --write --config .scssPrettier.json "**/*.scss"
|
|
|
249
248
|
## Links
|
|
250
249
|
|
|
251
250
|
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Drangon-Knight.scss-prettier)
|
|
252
|
-
- [GitHub](https://github.com/Yoodaekyung/SCSS-Prettier)
|
|
253
251
|
- [npm CLI](https://www.npmjs.com/package/scss-prettier)
|
|
254
252
|
|
|
255
253
|
---
|