chg: [front:build] Only keep all bg-clue colors in the three shaking safelist
This commit is contained in:
parent
d64a6b5652
commit
4dc0156f23
5 changed files with 4 additions and 4 deletions
1
dist/assets/index--WxSYaVD.css
vendored
Normal file
1
dist/assets/index--WxSYaVD.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/assets/index-CrX71Als.css
vendored
1
dist/assets/index-CrX71Als.css
vendored
File diff suppressed because one or more lines are too long
4
dist/index.html
vendored
4
dist/index.html
vendored
|
@ -5,8 +5,8 @@
|
|||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vite App</title>
|
||||
<script type="module" crossorigin src="/assets/index-D2WYd2RY.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CrX71Als.css">
|
||||
<script type="module" crossorigin src="/assets/index-DwAImxSO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index--WxSYaVD.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
@ -6,7 +6,7 @@ export default {
|
|||
],
|
||||
safelist: [
|
||||
{
|
||||
pattern: /bg-+/, // Includes bg of all colors and shades
|
||||
pattern: /bg-blue+/, // Includes bg of all colors and shades
|
||||
},
|
||||
],
|
||||
theme: {
|
||||
|
|
Loading…
Reference in a new issue