Skip to content

Instantly share code, notes, and snippets.

@philcon93
Last active September 29, 2016 22:45
Show Gist options
  • Save philcon93/908b02cefbfdf3658288 to your computer and use it in GitHub Desktop.
Save philcon93/908b02cefbfdf3658288 to your computer and use it in GitHub Desktop.
Add varaibles to your style.css
/*
Add varaibles to your style.css
Then you can edit these variables in the Neto theme editor
The first word before the pipe is the heading that you can group varaibles, which is not neccessary
*/
.style{
color: #fff /*{Head | head-colour}*/;
}
#style{
color: #000 /*{Body | body-background-colour}*/;
}
.p{
color: #000 /*{p-colour}*/;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment