tailwindcss/__tests__/fixtures/custom-config.js
2019-02-01 12:32:50 -05:00

8 lines
82 B
JavaScript

module.exports = {
theme: {
screens: {
mobile: '400px',
},
},
}