This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @theme { | |
| /* Defaults */ | |
| --default-transition-duration: 150ms; | |
| --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
| --default-font-family: var(--font-family-sans); | |
| --default-font-feature-settings: var(--font-family-sans--font-feature-settings); | |
| --default-font-variation-settings: var(--font-family-sans--font-variation-settings); | |
| --default-mono-font-family: var(--font-family-mono); | |
| --default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings); | |
| --default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) | |
| 2. Remove default margins and padding | |
| 3. Reset all borders. | |
| */ | |
| *, | |
| ::after, | |
| ::before, | |
| ::backdrop, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="icon" href="/favicon.ico" sizes="32x32"> | |
| <link rel="icon" href="/icon.svg" type="image/svg+xml"> | |
| <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 --> | |
| <link rel="manifest" href="/manifest.webmanifest"> <!-- PWA only --> |
OlderNewer