Skip to content

Commit 56f755f

Browse files
committed
chore: small changes
1 parent b2d377d commit 56f755f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build/webpack.base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const clean = require('postcss-clean')
44
const webpack = require('webpack')
55
const pkg = require('../package.json')
66
const path = require('path')
7-
const ESLintPlugin = require('eslint-webpack-plugin');
7+
const ESLintPlugin = require('eslint-webpack-plugin')
88

99
process.traceDeprecation = true
1010

@@ -107,6 +107,6 @@ module.exports = {
107107
new webpack.DefinePlugin({
108108
VERSION: '"' + pkg.version + '"',
109109
}),
110-
new ESLintPlugin()
110+
new ESLintPlugin(),
111111
],
112112
}

src/style/variable.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ $font-size: 14px;
44
$font-size-s: 12px;
55
$font-size-l: 16px;
66

7-
$font-family: -apple-system, system-ui, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande',
8-
'Segoe UI', Tahoma, sans-serif;
7+
$font-family: -apple-system, system-ui, BlinkMacSystemFont,
8+
'.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Tahoma,
9+
sans-serif;
910

1011
$anim-duration: 0.3s;

0 commit comments

Comments
 (0)