In tengwarjs/editor, run npm install to fetch dependencies
Host tengwarjs/editor and observe the page appearance
Mop tengwarjs/editor with the --no-css option. This prevents CSS transforms. It’s a known issue (#4) that CSSOM can’t transform advanced CSS3 features like gradients.
Host the built version of the editor and observe the page appearance
Expected:
The views should be the same
Actual:
The height of the working portion of the app is collapsed and the background gradient repeats below the input field.
To reproduce:
npm install
to fetch dependenciesExpected:
Actual:
Note that this uses the new flexbox model.