feat: skin rarity color

This commit is contained in:
Rico van Zelst
2023-11-09 14:10:01 +01:00
parent 927f85600f
commit 86990c6fea
5 changed files with 46 additions and 23 deletions

View File

@@ -8,6 +8,14 @@ module.exports = {
"./resources/**/*.vue",
"./node_modules/flowbite/**/*.js",
],
safelist: [
'text-stone-300',
'text-blue-400',
'text-red-500',
'text-pink-300',
'text-purple-500',
'text-yellow-400'
],
theme: {
extend: {
fontSize: {