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);} ``` 
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...