chg: [front:build] Only keep all bg-clue colors in the three shaking safelist

This commit is contained in:
Sami Mokaddem 2024-07-10 12:16:33 +02:00
parent d64a6b5652
commit 4dc0156f23
5 changed files with 4 additions and 4 deletions

1
dist/assets/index--WxSYaVD.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View file

@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title> <title>Vite App</title>
<script type="module" crossorigin src="/assets/index-D2WYd2RY.js"></script> <script type="module" crossorigin src="/assets/index-DwAImxSO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CrX71Als.css"> <link rel="stylesheet" crossorigin href="/assets/index--WxSYaVD.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

@ -6,7 +6,7 @@ export default {
], ],
safelist: [ safelist: [
{ {
pattern: /bg-+/, // Includes bg of all colors and shades pattern: /bg-blue+/, // Includes bg of all colors and shades
}, },
], ],
theme: { theme: {