wonderfulfrog.com/src/assets/css/global/variables.css
Devin Lumley a5526174ba feat: convert templates from njk to html
Note: Nunjucks will still process the templates, but this way they can
be plain HTML files and will be formatted properly.
2024-01-28 20:52:09 -08:00

5 lines
94 B
CSS

/* Global variables */
:root {
--transition-duration: 250ms;
--transition-timing: ease;
}