* Clear the global styles cache when changing the customizer settings
* Clear the global styles cache when changing the customizer settings
* delete file from merge conflict
* Blockbase: Disable the Site Editor on WPCOM
* extract to a function
* Also hide the admin bar link to the Site Editor
* fix notice
* remove confusing references to disabling site editor
* move the condition to show the site editor links to the toggle file for simplicity and clarity
* Also hide the site editor from the API menu
* check has_blog_sticker exists before calling it
* Removed the now defunct 'page-content' class. (It's purpose is now being fulfilled by anything 'inheriting layout')
* Added (or converted) <main> elements to all page templates.
* Remove extraeneous closing div tag.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Refactored font/color customization to optimize storing setting logic
* Prevent persisting of color palette if it is the same as default
* Prevent persisting of font data if it is the same as default
* Add 'reset' option to font customization
* moved customizer tools to folder in /inc
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Quadrat: Add spacer to top of index template on desktop
* Quadrat: Add vertical margin to post-template list
* Quadrat: Add padding-top to post meta at mobile
* Quadrat: Reset post title alignment changes
* Quadrat: Remove top padding from single template
* Quadrat: Remove default vertical margins from post-template ul
* Quadrat: Add bottom padding to global header
* Quadrat: Remove top, right and bottom padding from header
* Added configurable padding for paragraphs and headings when they have background colors.
* refactored has-background to use existing margin values
* Removed unused margin values
* simplified CSS
* Update blockbase/sass/base/_header.scss
* Update blockbase/sass/blocks/_paragraph.scss
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Blockbase: Remove the background color from Navigation Links
* Rebuild child theme.json removing nav link bg color.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* added tagline to header templates
* Refactored blockbase (and quadrat) breakpoints to use 'small' instead of 'mobile' to follow navigation blocks's breakpoint usage
Co-authored-by: Jason Crist <jcrist@pbking.com>
Force the 'body' (which, in the editor is applied to a different
element) margin and padding to obey the values set by the theme.
Remove the padding applied to the "post content" as the padding is now
applied a different way.
* Blockbase: Add font customization
* Add a preview for font customizations
* namespace the preview function
* Replace wp_localize_script with wp_add_inline_script
Controlled alignfull padding differently to correct paragraph padding in certain situations.
Refactored 'container' alignment rules
Eliminated 'page-content' class as a means to apply default 'edge'
padding to content.
Introduced 'container-' selection as the means to apply default 'edge'
padding to content.
Removed 'edge' padding from post-content block (it is all handled by
'container-' elements now).
Refactored the "bust out of edge padding" for alignfull elements and
nested 'container-'s.