Style filters

This commit is contained in:
viktorstrate
2021-05-23 23:48:13 +02:00
parent f5813960af
commit 3f526d1089
8 changed files with 386 additions and 112 deletions

View File

@@ -4,6 +4,9 @@ module.exports = {
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
screen: {
xs: '480px',
},
boxShadow: {
separator: '0 0 4px 0 rgba(0, 0, 0, 0.1)',
},