mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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',
|
type: 'dist',
|
||||||
esmLoaderPath: '../loader',
|
esmLoaderPath: '../loader'
|
||||||
copy: [
|
|
||||||
{ src: '**/*.scss' }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// type: 'experimental-dist-module',
|
// type: 'experimental-dist-module',
|
||||||
|
Reference in New Issue
Block a user