presentations/decoupling-drupal-vuejs/demo/blue-conf/vuejs/tailwind.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
130 B
JavaScript
Raw Permalink Normal View History

2019-08-30 17:35:14 +01:00
module.exports = {
theme: {
extend: {}
},
variants: {
margin: ['responsive', 'first', 'last'],
},
plugins: []
}