SCSS isn’nt working.
in /assets/css/style.scss
---
# This block will make Jekyll render this file as CSS
---
/* import theme stylesheet */
@import "minima";
@import "minima/syntax-highlighting";
/* any custom styles go below */
p {
h1 {
h2 {
h3 {
h4 {
h5 {
color: white;
}
}
}
}
}
}
a {
color: purple;
}
html {
background-color: black;
}
.post-meta {
color: whitesmoke;
}