Skip to content

Commit

Permalink
- Updates stylelint-config-bitcrowd & stylelint
Browse files Browse the repository at this point in the history
- Updates caniuse-lite
- Runs linting
  • Loading branch information
planktonic committed Jan 11, 2024
1 parent 05c7058 commit b6bcc52
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 300 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"ignore": "local"
}
]
],
"at-rule-empty-line-before": null
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"storybook-addon-pseudo-states": "^1.15.5",
"storybook-zeplin": "^1.7.3",
"style-loader": "^3.3.1",
"stylelint": "^15.10.1",
"stylelint-config-bitcrowd": "^5.1.0",
"stylelint": "^16.1.0",
"stylelint-config-bitcrowd": "^6.0.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0"
},
Expand All @@ -106,5 +106,6 @@
},
"engines": {
"node": "18.16.1"
}
},
"dependencies": {}
}
3 changes: 1 addition & 2 deletions scss/bitstyles/atoms/dropdown/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
max-width: 90vw;
max-height: 90vh;
margin: settings.$border-radius 0;
overflow-x: hidden;
overflow-y: auto;
overflow-x: hidden auto;
overscroll-behavior: contain;
border: settings.$border;
border-radius: settings.$border-radius;
Expand Down
Loading

0 comments on commit b6bcc52

Please sign in to comment.