Skip to content

Commit 2b35853

Browse files
committed
docs: fixed lint issues
1 parent eeeeb46 commit 2b35853

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/scss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"stylelint-prettier": "^1.1.2"
2323
},
2424
"scripts": {
25-
"lint": "stylelint './**/*.scss'",
25+
"lint": "stylelint ./**/*.scss",
2626
"lint:fix": "yarn lint --fix",
2727
"build": "node src/scripts/build.js",
2828
"dev": "nodemon --watch src --exec yarn build -e scss"

packages/scss/src/molecules/Select.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
// }
7878
// }
7979

80-
81-
82-
83-
84-
8580
@import "foundation/all";
8681

8782
.dse-select {

0 commit comments

Comments
 (0)