We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d71b3a commit c996263Copy full SHA for c996263
block/faq/_editor.scss
@@ -0,0 +1,10 @@
1
+.smacb-faq {
2
+ &__item {
3
+ &__question,
4
+ &__answer {
5
+ &[data-is-placeholder-visible="true"] {
6
+ position: absolute;
7
+ }
8
9
10
+}
snow-monkey-awesome-custom-blocks.php
@@ -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/
*
src/css/blocks-editor.scss
@@ -6,4 +6,5 @@
@import '../../block/section/editor';
@import '../../block/btn/editor';
@import '../../block/btn-box/editor';
+ @import '../../block/faq/editor';
}
0 commit comments