* Update sass-loader@16.0.2 * Update sass part 1 (actually update it) * Update scss files to remove at-charset and use at-use instead of at-import at-charset hasn't been needed since we switched to dart-sass, and at-import is now deprecated. Most of this was done using sass-migrator. We still use at-import for files imported from node_modules, but sass doesn't seem to complain about that * Inline at-extend rule that was causing an error * Remove or inline at-use rules in components package
Mattermost Components
The goal of this package is to be a place where components common to all products can be shared.
Currently a work in progress. Next steps involve implementing webpack module federation in the webapp and locking down how the development experience will work for the webapp multi product architecture.
Usage
Coming soon with multi product architecture.
Compilation
Building is done using rollup. This must be done so the webapp webpack will pick up the changes. (multi product development experience coming soon)
npm run build
or from the root of the webapp with
npm run build --workspace=platform/components