Change Log
- upgrade Vue to v3.2
- upgrade Vite to v2.5
- lazy css variable set, separate the rendering of css variables with low and important priority
- wrap
<ColorResult />
component with<Lazy />
component - use css grid for component
<ColorResult />
and fix issue #28