analytics/assets/tailwind.config.js
Uku Taht c40d532880
New landing page (#47)
* Fix typo

* Update landing page with components from TailwindUI

* Update copy

* Update FAQ and testimonials

* Add feature section

* Update copy for integration

* Implement feedback

* Remove github button JS

* Update headings

* Update gray values

* Update CTA section

* Add copy
2020-03-26 14:22:48 +02:00

24 lines
374 B
JavaScript

module.exports = {
theme: {
container: {
center: true,
padding: '1rem',
},
extend: {
spacing: {
'44': '11rem'
},
width: {
'31percent': '31%',
}
},
},
variants: {
textColor: ['responsive', 'hover', 'focus', 'group-hover']
},
corePlugins: {},
plugins: [
require('@tailwindcss/ui')
],
}