Add SASS artifacts to gitignore.
Add SASS artifacts to gitignore.

File last commit:

c97617beef9e
ac875651fde1
Show More
archive.scss
16 lines | 285 B | text/x-scss | ScssLexer
.content ol {
padding: 1ex 3em;
background-color: #757b81;
margin: 0px;
}
.content ul {
list-style-type: none;
padding: 1ex 2em;
background-color: #757b81;
margin: 0px;
}
.content a { color: #f6b33d; }
.content a:visited { color:#ececa3; }
.content a:hover { color:#eb5252; }