Commit 0347b89
authored
chore(css-modules): 🤖 Enable linter on CSS files (#945)
* chore: 🤖 add style linter
* chore: 🤖 add base style lint configuration file
* chore: 🤖 add distinction code and css linter commands
* chore: 🤖 create a browser list listing >= 2020
* chore: 🤖 set browser list rc for latest 4 years and filter out obscure browsers
* chore: 🤖 Browser compatibility issues are now properly handled.
* chore: 🤖 ignore edgecase
* refactor: 💡 Selectors with lower specificity should
come before those with higher specificity
* chore: 🤖 property ordering by logical groups
* chore: 🤖 exclude obscure browsers
* style: 💄 reorder fix
* docs: 📝 browser support
* chore: 🤖 remove deprecated rid-gap
* style: 💄 remove typo
* chore: 🤖 allow empty lines
* docs: 📝 show only top 4 browsers in doc
* refactor: 💡 update stylelinter to prefer BEM's naming convention
* refactor: 💡 rename class names to favour BEM's naming convention (remove double dashes)
* refactor: 💡 rename class names in css module
* chore: 🤖 remove link to BEM's two dashes
* docs: 📝 standard BEM naming
* chore: 🤖 update comment1 parent c3c3d74 commit 0347b89
File tree
8 files changed
+1067
-139
lines changed- .llm
- src/components/Button
8 files changed
+1067
-139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
45 | | - | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
59 | 81 | | |
60 | 82 | | |
61 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
382 | 386 | | |
383 | 387 | | |
384 | 388 | | |
| |||
467 | 471 | | |
468 | 472 | | |
469 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
470 | 478 | | |
471 | 479 | | |
472 | 480 | | |
| |||
0 commit comments