corrected scss path
This commit is contained in:
parent
199c8c4156
commit
c18bd621d3
@ -1,7 +0,0 @@
|
||||
body {
|
||||
background-color: red;
|
||||
color: black;
|
||||
font-family: sans-serif;
|
||||
font-size: 60px;
|
||||
text-transform: capitalize;
|
||||
}
|
6
_source/scss/styles.scss
Normal file
6
_source/scss/styles.scss
Normal file
@ -0,0 +1,6 @@
|
||||
body {
|
||||
background-color: #eeeeee;
|
||||
color: #111111;
|
||||
font-family: sans-serif;
|
||||
font-size: 24px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user