Add initial block support

This commit is contained in:
2021-06-16 23:05:18 -04:00
parent 1426db528b
commit 7abb135072
19 changed files with 8136 additions and 188 deletions

186
dist/blocks.build.js vendored Normal file

File diff suppressed because one or more lines are too long

17
dist/blocks.editor.build.css vendored Normal file
View File

@@ -0,0 +1,17 @@
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
/**
* #.# Editor Styles
*
* CSS for just Backend enqueued after style.scss
* which makes it higher in priority.
*/
.cognito-modal > .components-modal__content {
padding: initial; }
.cognito-modal > .components-modal__content > .components-modal__header {
margin: initial; }

11
dist/blocks.style.build.css vendored Normal file
View File

@@ -0,0 +1,11 @@
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
/**
* #.# Styles
*
* CSS for both Frontend+Backend.
*/