Add initial block support
This commit is contained in:
186
dist/blocks.build.js
vendored
Normal file
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
17
dist/blocks.editor.build.css
vendored
Normal 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
11
dist/blocks.style.build.css
vendored
Normal 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.
|
||||
*/
|
Reference in New Issue
Block a user