/** * #.# Common SCSS * * Can include things like variables and mixins * that are used across the project. */ // Colors. $black: rgb(41, 41, 41); $white: #f4f4f4; $gray: #dedede; $green: #bada55; $red: orangered; $dark-gray-800: #23282d; $light-gray-500: #e2e4e7; // Good for "grayed" items and borders. // Fonts $editor-html-font: Menlo, Consolas, monaco, monospace; $text-editor-font-size: 14px;