Remove quotes

This commit is contained in:
Oliver Davies 2019-03-12 07:37:28 +00:00
parent 0ccfb568c5
commit 0c184c6e79

View file

@ -25,7 +25,7 @@ module.exports = {
'2px': '2px', '2px': '2px',
}, },
borderWidth: { borderWidth: {
'3': '3px', 3: '3px',
}, },
}, },
}, },