common.scss in Uji Countdown trunk, at src/common.scss
| 1 | @import "node_modules/@wordpress/base-styles/variables"; |
| 2 | @import "node_modules/@wordpress/base-styles/colors"; |
| 3 | @import "node_modules/@wordpress/base-styles/mixins"; |
| 4 | @import "node_modules/@wordpress/base-styles/breakpoints"; |
| 5 | |
| 6 | /** |
| 7 | * #.# Common SCSS |
| 8 | * |
| 9 | * Can include things like variables and mixins |
| 10 | * that are used across the project. |
| 11 | */ |
| 12 | |
| 13 | // Colors. |
| 14 | $black: rgb(41, 41, 41); |
| 15 | $white: #f4f4f4; |
| 16 | $gray: #dedede; |
| 17 | $green: #bada55; |
| 18 | $red: orangered; |
| 19 | $blue: rgb(78, 56, 177); |
| 20 | $lightblu: #f0ecff; |
| 21 | $midblu:#a698d8; |
| 22 |