Commit Graph

41 Commits

Author SHA1 Message Date
alexander-akait a1df00d339 refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
alexander.akait f01f82b2d8 fix(css): parsing strings on Windows 2024-11-12 19:10:09 +03:00
alexander.akait 23228c8c50 feat: parse `:import` 2024-11-06 22:14:10 +03:00
alexander.akait afcf3bb8b1 feat(css): basic support for `image-set()` 2024-10-16 18:11:58 +03:00
alexander.akait 60c32d895e feat(css): basic support for `@import` 2024-10-16 17:57:45 +03:00
alexander.akait d763634b9d fix: parsing comments 2024-10-16 16:22:42 +03:00
alexander.akait 1ff9185ad3 fix(css): urls parsing 2024-10-16 05:33:52 +03:00
alexander.akait f7b4db8f9b fix: emit a warning on broken `:local` and `:global` 2024-10-09 20:36:48 +03:00
alexander.akait 56e525bc15 fix: CSS Modules bugs 2024-10-09 13:22:06 +03:00
alexander.akait 30ccd1baa9 refactor: code 2024-10-09 13:22:04 +03:00
alexander.akait 94fa19ad68 refactor: code 2024-10-09 13:21:57 +03:00
alexander.akait 8dc4fabb69 fix: parsing bad urls 2024-10-09 08:39:40 +03:00
alexander.akait 91fe52958c refactor: css 2024-10-09 01:09:16 +03:00
alexander.akait 7fd8ffb271 fix: types 2024-08-08 20:03:17 +03:00
alexander.akait 9943f3506a style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait c914fe202a style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 5725254415 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait a592b62686 style: improve style of code 2024-08-02 19:32:14 +03:00
alexander.akait 423e89b2c7 style: improve style of code 2024-08-02 19:32:13 +03:00
alexander.akait 4ee703f647 chore: improve jsdoc rules 2024-07-30 17:07:14 +03:00
alexander.akait ab3e93b19e style: fix 2024-06-11 16:09:50 +03:00
alexander.akait 410b964737 fix: avoid extra space 2023-05-05 02:05:37 +03:00
alexander.akait 9402ed2970 refactor: prepare 2023-05-05 01:13:27 +03:00
alexander.akait a8964745de fix: avoid extra check 2023-05-04 17:34:48 +03:00
alexander.akait e5e86206f8 fix: respect inherit for CSS modules 2023-05-01 23:29:18 +03:00
alexander.akait a126050331 refactor(types): more types 2023-04-28 21:29:59 +03:00
alexander.akait d9dd04e0cf refactor: reuse comment logic 2023-04-26 03:36:44 +03:00
alexander.akait 83d60f9370 fix: bug with comments in media 2023-04-26 03:07:13 +03:00
alexander.akait f1cf224c69 fix: parsing comments 2023-04-14 17:57:18 +03:00
alexander.akait bfcce62794 fix: parsing comments 2023-04-14 17:15:43 +03:00
alexander.akait 65b521659b fix: parsing comments and escaped 2023-04-14 03:31:58 +03:00
alexander.akait 308e405806 refactor: parser 2023-04-14 03:13:47 +03:00
alexander.akait bb1f0ca17f fix: logic with espaced 2023-04-14 02:35:53 +03:00
alexander.akait aeafcf6a44 fix: logic 2023-04-14 01:52:50 +03:00
alexander.akait 7ee28a7cc8 fix: more bugs 2023-04-13 02:27:04 +03:00
alexander.akait d7335471cf fix: different case `url` function 2023-04-05 23:00:57 +03:00
Tobias Koppers 54fff4dd0a add support for `@keyframes`, `animation`, CSS Variables 2021-12-16 20:42:44 +01:00
Tobias Koppers 453e5cac05 add support for :export {} block 2021-12-14 16:21:32 +01:00
Tobias Koppers b9c6691ff5 bugfixes, external assets 2021-12-03 16:23:09 +01:00
Tobias Koppers 8e5109d1eb add support for @import 2021-12-03 08:47:12 +01:00
Tobias Koppers aa842de140 add css tokenizer 2021-12-02 21:17:43 +01:00