You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
If I type in the css properties without using code hints to fill in the arguments, the shapes editor does not appear. Then it never works.
Start Brackets. This is important that you haven't already invoked the shapes editor so restart Brackets clean.
Create a new HTML 5 project using the New Project Extension
Open styles.css
Start Live Preview
In the body rule, add a new line and type shape-inside: circle(); very important to type it in and not select the property name and value from the code hints drop down.
Place the cursor inside the parenthesis.
At this point, the shapes editor should open inside the Live Preview browser but it doesn't.
If you go back and remove the css property and let code-hints fill in the property and value with shape-inside: circle(), it still will not work.
If you close the Live Preview browser and restart Live Preview, it will work.
* NOTE*
After retesting the steps a third time I was unable to get it to fail. I was able to do this 3 times in a row then the 4th attempt no longer failed.
If I type in the css properties without using code hints to fill in the arguments, the shapes editor does not appear. Then it never works.
styles.cssbodyrule, add a new line and typeshape-inside: circle();very important to type it in and not select the property name and value from the code hints drop down.At this point, the shapes editor should open inside the Live Preview browser but it doesn't.
If you go back and remove the css property and let code-hints fill in the property and value with
shape-inside: circle(), it still will not work.If you close the Live Preview browser and restart Live Preview, it will work.
* NOTE*
After retesting the steps a third time I was unable to get it to fail. I was able to do this 3 times in a row then the 4th attempt no longer failed.