add box shadow center

This commit is contained in:
MathieuG-P
2022-06-05 22:44:22 +02:00
parent c83e4cd350
commit 277a0c0460
+3
View File
@@ -19,6 +19,9 @@ module.exports = {
extend:{
keyframes:{
},
boxShadow: {
'center': '0px 0px 8px 0px',
}
}
}
};