css.gui icon indicating copy to clipboard operation
css.gui copied to clipboard

Visual development environment for CSS

Results 65 css.gui issues
Sort by recently updated
recently updated
newest added

Selecting the image on the canvas will raise a `bad path` error:

Bug
HTML GUI

HTML elements can have attached style strings that should be converted to the internal style object. This should be relatively straightforward, though we need to write a CSS => schema...

Feature
Compilation
HTML GUI

This is apparently the "w3-compliant spec" of a combobox but it's very annoying when using this to edit our tags. There's a couple of suggestions for fixes, but I can't...

I.e., ```js const MyComponent = ({ imageSrc }) => { return } ```

HTML GUI

```js {headingText} {buttonText} ```

Feature
Compilation
HTML GUI

As CMYK is valid CSS colorspace, we could add it to the color picker which I *think* would give us 100% coverage on color.

Color

Currently you can't select anything other than hex as an option. The dropdown shows up as a small shape at top of screen without ability to view any options. Works...

Bug