pseudo-element and the “Save Changes” button
-
I am testing out the plugin on my staging site and trying to add a pseudo-element to it.
after saving, the content will become this
&:after { content: \"\"; //the escaping broke the style position: absolute; width: 100%; transform: scaleX(0);
it broke the pseudo style at the frontend and if you save again and again, it will escape the last escape again and again, then became something like this:
&:after { content: \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"; position: absolute; width: 100%; transform: scaleX(0);
also, one minor bug is the ‘Save Changes’ button at the backend, you can only click the bottom half, and the code area covers the upper half.
anyways, this is a really great plugin!!! thanks for developing!!`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘pseudo-element and the “Save Changes” button’ is closed to new replies.