Skip to content

Commit c996263

Browse files
committed
0.4.0
1 parent 7d71b3a commit c996263

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

block/faq/_editor.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin name: Snow Monkey Awesome Custom Blocks
4-
* Version: 0.3.3
4+
* Version: 0.4.0
55
* Text Domain: snow-monkey-awesome-custom-blocks
66
* Domain Path: /languages/
77
*

src/css/blocks-editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
@import '../../block/section/editor';
77
@import '../../block/btn/editor';
88
@import '../../block/btn-box/editor';
9+
@import '../../block/faq/editor';
910
}

0 commit comments

Comments
 (0)