More blocks styles moved to the appropriate object/utilities folders

Simplifies pullquote and fixes the issues with editor styles; move color classes utilities.
This commit is contained in:
Kelly Dwan 2019-10-02 17:08:14 -04:00
parent e6b3fbd989
commit f8558fe9c2
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
10 changed files with 98 additions and 137 deletions

View file

@ -0,0 +1,3 @@
.wp-block-pullquote {
color: $color__text-heading;
}