Skip to content

Commit f8d3a0f

Browse files
committed
📦 NEW: build a11y block
1 parent 8cb33d9 commit f8d3a0f

3 files changed

Lines changed: 3 additions & 147 deletions

File tree

‎examples/05-a11y-input/dist/blocks.build.js‎

Lines changed: 1 addition & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
/**
2-
* #.# Common SCSS
3-
*
4-
* Can include things like variables and mixins
5-
* that are used across the project.
6-
*/
7-
/**
8-
* #.# Editor Styles
9-
*
10-
* CSS for just Backend enqueued after style.scss
11-
* which makes it higher in priority.
12-
*/
13-
.wp-block-cgb-block-a11y-input {
14-
background: #bada55;
15-
border: 0.2rem solid #292929;
16-
color: #292929;
17-
margin: 0 auto;
18-
max-width: 740px;
19-
padding: 2rem; }
1+
.wp-block-cgb-block-a11y-input{background:#bada55;border:0.2rem solid #292929;color:#292929;margin:0 auto;max-width:740px;padding:2rem}
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
/**
2-
* #.# Common SCSS
3-
*
4-
* Can include things like variables and mixins
5-
* that are used across the project.
6-
*/
7-
/**
8-
* #.# Styles
9-
*
10-
* CSS for both Frontend+Backend.
11-
*/
12-
.wp-block-cgb-block-a11y-input {
13-
background: orangered;
14-
border: 0.2rem solid #292929;
15-
color: #292929;
16-
margin: 0 auto;
17-
max-width: 740px;
18-
padding: 2rem; }
1+
.wp-block-cgb-block-a11y-input{background:#ff4500;border:0.2rem solid #292929;color:#292929;margin:0 auto;max-width:740px;padding:2rem}

0 commit comments

Comments
 (0)