Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move "opinionated" Gutenberg block styles to theme.scss #7624

Merged
merged 2 commits into from
Jul 6, 2018

Commits on Jul 5, 2018

  1. Move opinionated styles to separate opt-in theme.scss files

    This moves opinionated styles, such as colors, fonts, and other non-structural elements to separate theme.scss files which require opt in by the theme itself. This includes in this PR:
    
    - Code styles
    - Embed captions
    - Image captions
    - Preformatted styles
    - Pullquote fonts & border styles
    - Quote styles
    - Table styles
    - Video captions
    
    In addition to this there's a new caption style mixin which reduces caption style reuse.
    Joen Asmussen authored and jasmussen committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    55dda57 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    4e5d4b3 View commit details
    Browse the repository at this point in the history