Commit Graph

13 Commits

Author SHA1 Message Date
alexander.akait 65bf52de87 fix: bug 2023-05-04 19:18:13 +03:00
alexander.akait 9faee74103 test: more 2023-05-04 15:26:00 +03:00
alexander.akait fd4780d3ff test: more 2023-04-18 04:35:50 +03:00
alexander.akait a7a2dfe4cb fix: handle vendor prefixed keyframes and animation in CSS modules 2023-04-18 04:35:49 +03:00
alexander.akait 50bb0c2af5 test: added 2023-04-17 15:14:40 +03:00
alexander.akait b735a56a47 fix: more cases 2023-04-06 02:09:08 +03:00
Alexander Akait b2cd77908e
Merge pull request #16864 from janlent1/fixnativecssparsingissue
Fix faulty css parser processing
2023-04-05 19:50:26 +03:00
Jan Lentmaier 4a41029d46 Adding other available pseudofunctionnames+tests 2023-03-28 07:54:20 +00:00
Jan Lentmaier 97c40376d1 Add same logic for :is 2023-03-27 08:11:53 +00:00
Jan Lentmaier c138b127a3 Allow multiple parameters in not(
Adds a test as well.
2023-03-26 17:31:57 +00:00
Aurélien MANCA a842049665
test(css): add more @supports/@media cases 2022-05-27 15:21:44 +02:00
Aurelien MANCA 7b71e81aa0
fix(css parser): handle nested atRule
This will handle @media and @supports atRule identifiers and
enable the replacements of the nested rules names with the
unique ids.
2022-05-11 10:00:54 +02:00
Tobias Koppers 1489b91a98 allow to generate only exports for css in node
add more options to the DeterministicModuleIdsPlugin to allow to opt-in into a fixed mode

optimize module iterations for module id assignment
2022-01-19 15:17:01 +01:00