chore(style): tell prettier to ignore code block

This commit is contained in:
Tasia Iso 2024-05-12 08:01:37 +02:00
parent b6871c0b1f
commit 4485234980
Signed by: tasiaiso
SSH Key Fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View File

@ -5,8 +5,8 @@
const g_data = $data; const g_data = $data;
</script> </script>
<link rel="stylesheet" href="w3.css" /> <link rel="stylesheet" href="w3.css" />
<!-- prettier-ignore -->
<style> <style>
/* TODO: tell prettier to ignore this */
/* 2018 Valiant Poppy */ /* 2018 Valiant Poppy */
.w3-theme-l5 {color:#000 !important; background-color:#fbf3f3 !important} .w3-theme-l5 {color:#000 !important; background-color:#fbf3f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f3d7d6 !important} .w3-theme-l4 {color:#000 !important; background-color:#f3d7d6 !important}