/* eslint-disable no-undef */ module.exports = {

theme: {
  extend: {},
},
variants: {},
plugins: [],
content: [
  './app/**/*.html',
  './app/**/*.vue',
  './app/**/*.js',
  './app/**/*.erb',
],

};