* Use dart sass instead of node sass
* Update deps
* Add postcss to themes not already using it
* Update all package-lock files for node 16
* Remove package files from generated variations
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Font size name: updating 'huge' to 'x-large'
* Mayland-blocks: rename 'normal' to 'medium'
* Seedlet-blocks: renaming 'normal' to 'medium'
* Russell: removing unused 'normal' font size
* Blockbase & children: moving 'normal' font size from presets to custom
* Blockbase & family: renaming custom fotsize from 'tiny' to 'x-small'
* consolidate header styles designed for child themes into Blockbase which child themes can use as header/footer options.
* Refactor header spacing mechanism to use a spacer in a template part
* Refactor header layouts to allow for full-width background colors.
* Tweak navigation styles leveraged by headers to align with design intentions
* Various other header and navigation tweaks.
* Affects all Blockbase children
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Update Blockbase template part blocks
* Update Arbutus template part blocks
* Update Geologist template part blocks
* Update Payton template part blocks
* Update Russell template part blocks
* Update Seedlet Blocks template part blocks
* Update Skatepark template part blocks
* Update Videomaker template part blocks
* Update Zoologist template part blocks
* Remove zero margin
* Remove reference to Blockbase
* Remove zero margin from all themes
* Move align setting to group block
* absorb group into the footer block
* remove layout from header footer only template
* remove wrappers from russell
* Move layout settings to footer template part for Seedlet Blocks
* Remove footer wrapper for Skatepark
* Remove wrapper from post-meta-icons
* Fix Mayland Blocks post meta icons spacing
* remmove space
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Blockbase: Simplify our approach to font customization
* remove commented code
* Handle fonts that are customized the old way
* add comments
* update all child themes to use the new font customization settings
* Add a comment about this being a breaking change
* Add a notice when a user has an old version of blockbase
* Update all vertical nav blocks to new markup
* Update Videomaker header nav
* Update Arbutus header nav
* Update Blockbase header nav
* Update Geologist nav blocks
* Update Kerr nav block
* Update Mayland Blocks nav blocks
* Update Payton nav block
* Update Quadrat nav block
* Update Russell nav block
* Update Seedlet Blocks nav block
* Update Skatepark header nav block
* Update Videomaker pattern nav blocks
* Update Zoologist nav block
* Fix Blockbase menu
* Add missing setCascadingProperties prop
* Reset top margin on header navigation
* Updated build process to merge ALL attributes (as Gutenberg does) and re-defined the now missing custom templates items in the themes that would now lack them
* removed the build step tooling from blockbase
* converted build tool to a 'replacement tool'
* Removed build scripting from children package files
* Removed build scripting from children package files
* Run the script to remove child-theme.json files
* Update the version number and changelog for Blockbase
* Remove the rebuild script, we don't need it anymore
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Blockbase: Add query title block to all index templates
* remove from skatepark
* Add query title to payton and russell
* Add a space below the query title
* move blockbase post meta icons to block styles
* refactored geologist, removed unneeded css coming from Quadrat
* added meta icons to russell
* seedlet, zoologist refactored like geologist
* refactored Quadrat
* more unnecesary css
* applied to Mayland
* removed CSS from videomaker
* built mayland
* refactored Skatepark
* correct icon and size for Skatepark
* Update style.css
Adds auto-loading-homepage to stylesheet. Fixes homepage switching on WordPress.com
Themes:
- Blockbase
- Geologist
- Mayland Blocks
- Payton
- Quadrat
- Russell
- Seedlet Blocks
- Skatepark
- Videomaker
- Zoologist
* Adds at least 1 tag before auto-loading-homepage
Adds at least 1 tag before auto-loading-homepage to account for the dotorg script.
* Add copy of Quadrat's index.php to Geologist
* Remove all index.php and add to Blockbase
* Also delete the index from russell
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Adjusted menu CSS to match recent changes in the block
* Adjusted mobile menu styling to fit recent changes to navigation block
* Style social nav on mobile only
* Made the same menu changes in Geologist as in Quadrat
* Corrected blockbase classes due to recent changes to navigation block
* Adjusted skatepark's navigation classes
* corrected videomaker classes
* Improved mobile navigation alignment for Seedlet Blocks
* Further addressed Seedlet's mobile stylings. Better addressed Blockbase mobile submenu spacing.
* Remove the margins on the social links block when in the nav
* Add a block style for 'clean mobile navigation block' and cleaned up base navigation block styles polyfill
* moved social menu location of styled mobile menu
* Renamed block style to improved responsive navigation
Co-authored-by: Ben Dwyer <ben@scruffian.com>