Webpack -> Hugo Pipes

This commit is contained in:
panr
2020-07-16 23:56:01 +02:00
parent 73373847d8
commit 0759309c59
42 changed files with 67 additions and 322 deletions

13
assets/css/variables.css Normal file
View File

@ -0,0 +1,13 @@
:root {
--accent: #FFA86A;
--background: color-mod(var(--accent) blend(#1D1E28 98%));
--color: white;
--border-color: rgba(255, 255, 255, .1);
/* variables for js, must be the same as these in @custom-media queries */
--phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px);
}
@custom-media --phone (width < 684px);
@custom-media --tablet (width < 900px);