Wordpress-plugin-Gutenberg-.../src/common.scss

14 lines
218 B
SCSS
Raw Normal View History

2021-08-01 17:27:57 +02:00
/**
* #.# 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;