Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Aug 21, 2018
1 parent 7d71b3a commit c996263
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions block/faq/_editor.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.smacb-faq {
&__item {
&__question,
&__answer {
&[data-is-placeholder-visible="true"] {
position: absolute;
}
}
}
}
2 changes: 1 addition & 1 deletion snow-monkey-awesome-custom-blocks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: Snow Monkey Awesome Custom Blocks
* Version: 0.3.3
* Version: 0.4.0
* Text Domain: snow-monkey-awesome-custom-blocks
* Domain Path: /languages/
*
Expand Down
1 change: 1 addition & 0 deletions src/css/blocks-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
@import '../../block/section/editor';
@import '../../block/btn/editor';
@import '../../block/btn-box/editor';
@import '../../block/faq/editor';
}

0 comments on commit c996263

Please sign in to comment.