We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f7bbf commit 8812283Copy full SHA for 8812283
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "manhattan-content",
3
- "version": "1.0.0-beta.5",
+ "version": "1.0.0-beta.6",
4
"description": "Content editing for the manhattan web framework",
5
"engines": {
6
"node": ">=8.9.4"
scss/content.scss
@@ -4,6 +4,12 @@
}
[data-mh-no-data-flows] {
7
+ &.ct--editing {
8
+ .ct-ignition {
9
+ right: 128px;
10
+ }
11
12
+
13
.ct-ignition {
14
right: 64px;
15
0 commit comments