kekee000

Results 2 issues of kekee000

css function max, min, toggle not valid. ```css .Foo {margin-top: max(10%, 7px);} .Foo {margin-top: min(1em, 7px);} .Foo {list-style-type: toggle(disk, circle, square, box);} ``` ![image](https://user-images.githubusercontent.com/3490015/125444632-9a798a4e-e057-4fb0-ae96-ab0fee77d8e3.png)

enhancement
syntax definition

In my app, I use a 'wait ready' event during app startup. Starting one instance takes 1 minute (with high CPU usage during app initialization), and starting all instances takes...