PluginProbe
codoc / trunk
codoc vtrunk
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
codoc / src / common.scss

common.scss in codoc trunk, at src/common.scss

14 lines 218 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * #.# Common SCSS
3 *
4 * Can include things like variables and mixins
5 * that are used across the project.
6 */
7
8 // Colors.
9 $black: rgb(41, 41, 41);
10 $white: #f4f4f4;
11 $gray: #dedede;
12 $green: #bada55;
13 $red: orangered;
14