switch to using TypeScript
This commit is contained in:
parent
1d120b273a
commit
d163fd27fe
53 changed files with 2875 additions and 1614 deletions
|
@ -1,4 +0,0 @@
|
|||
$c-white: #fff;
|
||||
$c-black: #000;
|
||||
$c-light-grey: #777;
|
||||
$c-border-groove: #eeede0;
|
|
@ -1,16 +0,0 @@
|
|||
@mixin element-invisible {
|
||||
position: absolute;
|
||||
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
||||
clip: rect(0 0 0 0);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@mixin hide {
|
||||
display: none;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
|
||||
|
||||
@font-face {
|
||||
font-family: "Wood Stamp";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local("Wood Stamp"), url("../fonts/Woodstamp.woff") format("woff");
|
||||
}
|
||||
|
||||
$font-primary: "Lora", sans-serif;
|
||||
$font-secondary: "Lora", sans-serif;
|
||||
$font-heading: "Wood Stamp", sans-serif;
|
|
@ -1,3 +0,0 @@
|
|||
$padding-sm: 5px;
|
||||
$padding-md: 10px;
|
||||
$padding-lg: 20px;
|
Loading…
Add table
Add a link
Reference in a new issue