Closed lynn9388 closed 6 years ago
Hi @lynn9388 !
that is SCSS code. basically it's the same thing as writing it like this:
pre {
padding: 8px 12px;
overflow-x: auto;
}
pre > code {
border: 0;
padding-right: 0;
padding-left: 0;
}
the >
targets the code
direct child of a pre
tag.
Hi @alesmit, thanks for your explanation!
I don't have much knowledge about css, so I am not sure if the code in the 270th line is correct. I have checked the code in VS code and WebStorm, they all show '}' expected.