css enjeux

This commit is contained in:
2024-07-15 13:04:02 +02:00
parent 0db3a90e5c
commit 7a3a139c3f
8 changed files with 671 additions and 6099 deletions

View File

@@ -23,6 +23,7 @@ let config = {
{
test: /\.scss$/i,
use: [
{
loader: 'file-loader',
options: {
@@ -46,12 +47,23 @@ let config = {
name: '[name].[ext]',
outputPath: 'fonts/'
}
}
},
{
loader: 'postcss-loader',
options: {
sourceMap: true,
config: {
path: 'postcss.config.js'
}
}
},
]
},
],
}
}