WARNING: This version is currently experimental as it's part of the x.ui 10 update.
This package contains all scss styles for the ec.components packages.
If you want to use your own styles, you can use scss to import and build the styles with x.ui:
npm install @ec.components/style --save
This will also install x.ui.
Details on how to setup your config can be found in the x.ui README.
@import 'config';
@import '~x.ui/src/x.ui.scss';
@import '~@ec.components/style/scss/components';