remove all "fallback variables"

This commit is contained in:
Henry Jameson 2024-03-04 19:45:42 +02:00
commit 075f2cb903
80 changed files with 99 additions and 382 deletions

View file

@ -22,8 +22,6 @@
<script src="./select.js"> </script>
<style lang="scss">
@import "../../variables";
/* TODO fix order of styles */
label.Select {
padding: 0;
@ -50,7 +48,6 @@ label.Select {
right: 5px;
height: 100%;
width: 0.875em;
color: $fallback--text;
font-family: var(--font);
line-height: 2;
z-index: 0;