diff options
author | Vitaly Takmazov | 2022-11-06 04:30:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch) | |
tree | da01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/index.css | |
parent | 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff) |
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 32ef7b26..6256a3aa 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -1,3 +1,4 @@ +@import url("evil-icons/assets/evil-icons.css"); @custom-media --viewport-desktop (width >=62.5rem); @custom-media --viewport-mobile (width < 62.5rem); |