2023 Redesign v1

This commit is contained in:
Jonny Barnes 2023-02-08 19:36:24 +00:00
parent 15719f74da
commit a0db33067c
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
22 changed files with 381 additions and 126 deletions

2
webpack.config.js vendored
View file

@ -53,7 +53,7 @@ module.exports = {
}),
new StyleLintPlugin({
configFile: path.resolve(__dirname + '/.stylelintrc'),
context: path.resolve(__dirname + '/resources/css'),
context: path.resolve(__dirname + '/resources/css-2023'),
files: '**/*.css',
}),
new EslintPlugin({