sass → css
This commit is contained in:
parent
68a0dcb88b
commit
72a6378c73
19 changed files with 689 additions and 1057 deletions
22
maquette-tests/assets/css/02_body.css
Normal file
22
maquette-tests/assets/css/02_body.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
-o-font-smoothing: antialiased;
|
||||
|
||||
}
|
||||
a {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue