0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
foogallery
/
gutenberg
/
src
/
[
Home
]
File: common.scss
/** * #.# Common SCSS * * Can include things like variables and mixins * that are used across the project. */ // Colors. $black: rgb(30, 30, 30); $white: #f4f4f4; $gray: #dedede; $green: #bada55; $red: orangered;