Commit Graph

18 Commits

Author SHA1 Message Date
Donny/강동윤
dfb01bde71
refactor: Refactor code using clippy (#5863)
**Description:**

I temporarily updated rustc to use newer version of `cargo clippy`.
2022-09-14 15:05:59 +00:00
Donny/강동윤
4f119b2693
perf(css): Optimize memory layout of ast types (#5823) 2022-09-11 13:56:48 +00:00
Alexander Akait
5c28d00516
fix(css/parser): Improve parsing of media queries (#5567) 2022-08-30 03:18:43 +00:00
Alexander Akait
b65a16c7aa
feat(css/ast): Make raw optional (#5211) 2022-07-15 11:22:59 +00:00
LongYinan
db9f7a5ad4
chore(ci): Fix publish build on Windows (#4970) 2022-06-14 15:58:10 +00:00
那里好脏不可以
37a8c90750
chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
Alexander Akait
6696a93b5c
refactor(css/ast): Union all at-rules to one at-rule in AST (#4189) 2022-04-01 20:53:23 +09:00
Pig Fang
59c84ac8bd
feat(css/lints): Implement no-duplicate-at-import-rules rule (#3833) 2022-03-08 08:06:23 +00:00
Pig Fang
19ececcd50
feat(css/lints): Implement custom-property-no-missing-var-function rule (#3890) 2022-03-07 23:01:18 +00:00
Pig Fang
dc0de58a46
feat(css/lints): Allow using regex in ignore list (#3855) 2022-03-05 18:31:52 +00:00
Pig Fang
90fdbab0d6
fix(css/lints): Allow empty @layer at-rule before @import at-rule (#3842) 2022-03-04 11:41:44 +00:00
Pig Fang
818b408573
feat(css/lints): Implement color-hex-alpha rule (#3829) 2022-03-03 13:36:44 +00:00
Pig Fang
2d273d60b9
feat(css/lints): Add font-family-no-duplicate-names rule (#3818) 2022-03-03 11:28:17 +00:00
Pig Fang
0336029c22
perf(css/lints): Skip disabled rules (#3803) 2022-03-01 14:55:35 +00:00
Pig Fang
e389bef3ad
feat(css/lints): Add selector-max-combinators rule (#3789) 2022-03-01 07:45:15 +00:00
Pig Fang
b8211da1c9
refactor(css/lints): Simplify error reporting API (#3781) 2022-02-28 16:54:01 +00:00
Donny/강동윤
3798436201
chore: Update rustc (#3768) 2022-02-28 16:12:28 +09:00
Pig Fang
66c6cae8dc
feat(css/lints): Add CSS linter (#3765) 2022-02-27 15:31:19 +00:00