mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
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:
@ -76,10 +76,7 @@ export const config: Config = {
|
||||
},
|
||||
{
|
||||
type: 'dist',
|
||||
esmLoaderPath: '../loader',
|
||||
copy: [
|
||||
{ src: '**/*.scss' }
|
||||
]
|
||||
esmLoaderPath: '../loader'
|
||||
},
|
||||
// {
|
||||
// type: 'experimental-dist-module',
|
||||
|
Reference in New Issue
Block a user