added variable to work with standard group block
This commit is contained in:
parent
12816c8ffe
commit
2700e90afb
|
@ -1,3 +1,7 @@
|
|||
:root {
|
||||
--wp--style--global--content-size: $grid-max-width;
|
||||
}
|
||||
|
||||
body {
|
||||
color: map-get($colors, 'base');
|
||||
font-family: $base-font-family;
|
||||
|
|
Loading…
Reference in New Issue