Commit Graph

24 Commits

Author SHA1 Message Date
Alexander Akait
5d0dc6e731
feat(css/prefixer): Support nested calc (#6645) 2022-12-14 06:00:06 +00:00
Alexander Akait
c8b724f14d
feat(css/prefixer): Support display (#6640) 2022-12-13 15:44:57 +00:00
Alexander Akait
2fee4d167a
feat(css/prefixer): Prefix percentage with opacity (#6638) 2022-12-13 12:57:32 +00:00
OJ Kwon
d730186e9f
build(cargo): Update browerslist-rs (#6547)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2022-11-30 07:09:44 +00:00
Alexander Akait
7e4d20791b
test(css/prefixer): Verify old gradient syntax (#6121) 2022-10-11 16:00:52 +00:00
Alexander Akait
0985c1546b
fix(css/prefixer): Reduce duplicates (#5537) 2022-08-18 07:06:18 +09:00
Alexander Akait
0f45822410
fix(css/codegen): Improve output of @supports (#5529) 2022-08-17 19:04:06 +00:00
Alexander Akait
674c788654
feat(css/prefixer): Support more env properties and values (#5512) 2022-08-17 12:35:39 +00:00
Alexander Akait
dc98234fab
fix(css/prefixer): Handle supports (#5503) 2022-08-17 07:09:44 +00:00
Alexander Akait
07732d6a0a
feat(css/prefixer): Avoid prefixing general functions (#5319) 2022-08-01 03:26:29 +00:00
Alexander Akait
8e12e52a57
feat(css/prefixer): Prefix more properties (#5340) 2022-07-30 06:40:02 +00:00
Alexander Akait
b18172d761
fix(css/prefixer): Generate prefixes for selectors using env (#5307) 2022-07-29 16:28:58 +09:00
Alexander Akait
925b16a563
fix(css/prefixer): Avoid prefixes for media features (#5308) 2022-07-28 01:02:26 +00:00
Alexander Akait
94b4e0a321
fix(css/prefixer): Generate at-rules based on preset-env (#5294) 2022-07-27 04:43:22 +00:00
Alexander Akait
e78d23d193
feat(css/prefixer): Implement preset-env (#5247) 2022-07-20 12:12:40 +09:00
Alexander Akait
b65a16c7aa
feat(css/ast): Make raw optional (#5211) 2022-07-15 11:22:59 +00:00
Alexander Akait
90ac93af12
fix(css/prefixer): Add prefix for print-color-adjust (#4503) 2022-05-03 10:23:50 +09:00
Alexander Akait
405e5ed0b3
fix(css/prefixer): Fix more bugs (#4330) 2022-04-14 13:10:30 +09:00
Alexander Akait
ac4f14ad7b
fix(css/prefixer): Handle at-rules and don't generate unnecessary prefixes (#4318) 2022-04-13 08:28:09 +00:00
Alexander Akait
81370d16cb
fix(css/parser): Parse legacy calcs (#4320) 2022-04-13 07:02:31 +00:00
Alexander Akait
690ce2628c
fix(css/prefixer): Don't prefix if it's already prefixed (#4307) 2022-04-11 19:12:12 +00:00
Alexander Akait
7f38e06e02
fix(css/prefixer): FIx a bug related to writing-mode (#4278) 2022-04-08 06:53:38 +00:00
Alexander Akait
75b0ed55f6
fix(css/prefixer): Fix flex box (#4212) 2022-04-01 06:52:03 +00:00
Donny/강동윤
78175473fa
refactor(css/prefixer): Rename crate (#4159) 2022-03-25 19:46:45 +09:00