Skip to content

Commit 702250d

Browse files
committed
fix css lint
1 parent f57318e commit 702250d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.stylelintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
'**/coverage/**',
88
'**/venv/**',
99
'docs/**',
10+
'components/lib/**',
1011
],
1112

1213
rules: {

components/src/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@import './styles/colors.module.css';
44
@import './styles/typography.module.css';
55
@import './styles/borders.module.css';
6+
67
/* Note: global.css is imported separately in index.ts to avoid CSS modules processing */
78

89
:global(*) {

0 commit comments

Comments
 (0)