Pavel D.

Results 3 issues of Pavel D.

Using this config, CSS for all components is always generated. ``` const buildOptions = { browsers: ['ie > 10', 'last 2 versions'], out: path + 'theme', config: path + 'element-variables.scss',...

Update project to use ESM syntax, as it becomes a standard for modern apps, also new versions of many packages require it. **Changes:** - Update scripts, TS files, `tsconfig.json` to...