wxiaoguang
|
9d89dfe142
|
Remove unused or abused styles (#33918)
* `top aligned` => `tw-align-top`
* label list: it was broken, this PR fixes it
* reference link: simplified
* settings/repos: not affected
|
2025-03-17 22:11:24 +08:00 |
|
silverwind
|
1ea5216f4a
|
Replace text-align classes with tailwind (#33905)
Small refactor to remove these CSS classes in favor of tailwind.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-03-16 12:08:16 +00:00 |
|
silverwind
|
46b7004f05
|
Enable declaration-block-no-redundant-longhand-properties (#30950)
Enable
[`declaration-block-no-redundant-longhand-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/)
and autofix issues. The exclusions are because I find these two
shorthands to be harder to read.
|
2024-05-12 02:33:05 +00:00 |
|
silverwind
|
30a561ce56
|
Restore aligned grid column CSS (#30106)
Fixes #30097, regression from #29894.
|
2024-03-26 15:37:14 +00:00 |
|
silverwind
|
286268c915
|
Remove fomantic grid module (#29894)
Removed the grid module and moved the used parts it into our own CSS,
eliminating around 75% unused CSS in turn.
|
2024-03-20 22:05:24 +00:00 |
|