PluginProbe ʕ •ᴥ•ʔ
Timeline Blocks for Gutenberg / trunk
Timeline Blocks for Gutenberg vtrunk
timeline-blocks / src / common.scss
timeline-blocks / src Last commit date
blocks 1 week ago icons 7 years ago languages 2 years ago tb-helper 1 week ago blocks.js 7 years ago common.scss 7 years 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