refactor(scss): remove scss (#19292)

BREAKING CHANGES

Removes `scss` files from the distributed files. Please use CSS variables for theming instead.
This commit is contained in:
Brandy Carney
2019-09-27 17:28:46 -04:00
parent 07d5f77584
commit 1a7aa404c5

View File

@ -76,10 +76,7 @@ export const config: Config = {
},
{
type: 'dist',
esmLoaderPath: '../loader',
copy: [
{ src: '**/*.scss' }
]
esmLoaderPath: '../loader'
},
// {
// type: 'experimental-dist-module',