Describe the bug
Blockly injects CSS with syntax errors into page.
To Reproduce
Steps to reproduce the behavior:
- Open playground
- Inspect
<style> tag with id blockly-common-style and copy/paste content into syntax checker like csslint.net
Additional context
Most of the errors appear to be caused by accidental single quote character being included in css.
Issue noticed when debugging test failure in Blockly Samples RaspberryPiFoundation/blockly-samples#907
Describe the bug
Blockly injects CSS with syntax errors into page.
To Reproduce
Steps to reproduce the behavior:
<style>tag with idblockly-common-styleand copy/paste content into syntax checker like csslint.netAdditional context
Most of the errors appear to be caused by accidental single quote character being included in css.
Issue noticed when debugging test failure in Blockly Samples RaspberryPiFoundation/blockly-samples#907