Skip to content

Commit 0d6f261

Browse files
committed
build: fix sass lint
1 parent 5ff58ce commit 0d6f261

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/panda-san/.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"extends": "stylelint-config-sass-guidelines",
66
"rules": {
7-
"max-nesting-depth": 3,
7+
"max-nesting-depth": 4,
88
"order/order": [
99
"custom-properties",
1010
"declarations"

packages/panda-san/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.0",
44
"description": "パンダさん loves to help you build beautiful, responsive, and accessible web applications.",
55
"scripts": {
6-
"stylelint": "stylelint 'src/**/*.scss'",
6+
"stylelint": "stylelint \"src/**/*.scss\"",
77
"test": "npm run stylelint",
88
"clean": "shx rm -rf css",
99
"build": "npm run clean && node-sass src/index.scss css/index.css"

0 commit comments

Comments
 (0)