mirror of
https://github.com/liriliri/eruda.git
synced 2026-05-20 08:47:20 +08:00
chore: small changes
This commit is contained in:
@@ -4,7 +4,7 @@ const clean = require('postcss-clean')
|
|||||||
const webpack = require('webpack')
|
const webpack = require('webpack')
|
||||||
const pkg = require('../package.json')
|
const pkg = require('../package.json')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const ESLintPlugin = require('eslint-webpack-plugin');
|
const ESLintPlugin = require('eslint-webpack-plugin')
|
||||||
|
|
||||||
process.traceDeprecation = true
|
process.traceDeprecation = true
|
||||||
|
|
||||||
@@ -107,6 +107,6 @@ module.exports = {
|
|||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
VERSION: '"' + pkg.version + '"',
|
VERSION: '"' + pkg.version + '"',
|
||||||
}),
|
}),
|
||||||
new ESLintPlugin()
|
new ESLintPlugin(),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ $font-size: 14px;
|
|||||||
$font-size-s: 12px;
|
$font-size-s: 12px;
|
||||||
$font-size-l: 16px;
|
$font-size-l: 16px;
|
||||||
|
|
||||||
$font-family: -apple-system, system-ui, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande',
|
$font-family: -apple-system, system-ui, BlinkMacSystemFont,
|
||||||
'Segoe UI', Tahoma, sans-serif;
|
'.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Tahoma,
|
||||||
|
sans-serif;
|
||||||
|
|
||||||
$anim-duration: 0.3s;
|
$anim-duration: 0.3s;
|
||||||
|
|||||||
Reference in New Issue
Block a user