PluginProbe ʕ •ᴥ•ʔ
Timeline Blocks / 2.0.0
Timeline Blocks v2.0.0
2.0.1 2.0.0 trunk
timeline-blocks / src / common.scss
timeline-blocks / src Last commit date
blocks 1 week ago icons 1 week ago languages 1 week ago tb-helper 1 week ago blocks.js 1 week ago common.scss 1 week ago
common.scss
16 lines
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 $accent: #5a3fd6;
15 $lightgray: #626e81;
16