Skip to content

Commit feee279

Browse files
author
Ahmad Awais
committed
👌 IMPROVE: Build the blocks
1 parent 0dd5fb3 commit feee279

3 files changed

Lines changed: 69 additions & 1 deletion

File tree

‎examples/02-multi-block/dist/blocks.build.js‎

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/02-multi-block/dist/blocks.editor.build.css‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,22 @@
1717
margin: 0 auto;
1818
max-width: 740px;
1919
padding: 2rem; }
20+
/**
21+
* #.# Common SCSS
22+
*
23+
* Can include things like variables and mixins
24+
* that are used across the project.
25+
*/
26+
/**
27+
* #.# Editor Styles
28+
*
29+
* CSS for just Backend enqueued after style.scss
30+
* which makes it higher in priority.
31+
*/
32+
.wp-block-cgb-block-multi-block-2 {
33+
background: #bada55;
34+
border: 0.2rem solid #292929;
35+
color: #292929;
36+
margin: 0 auto;
37+
max-width: 740px;
38+
padding: 2rem; }

‎examples/02-multi-block/dist/blocks.style.build.css‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,21 @@
1616
margin: 0 auto;
1717
max-width: 740px;
1818
padding: 2rem; }
19+
/**
20+
* #.# Common SCSS
21+
*
22+
* Can include things like variables and mixins
23+
* that are used across the project.
24+
*/
25+
/**
26+
* #.# Styles
27+
*
28+
* CSS for both Frontend+Backend.
29+
*/
30+
.wp-block-cgb-block-multi-block-2 {
31+
background: orangered;
32+
border: 0.2rem solid #292929;
33+
color: #292929;
34+
margin: 0 auto;
35+
max-width: 740px;
36+
padding: 2rem; }

0 commit comments

Comments
 (0)