Sha256: 76190766f934250a21fc2b1112f7df1a96b98b4c7e2e37e1c1f842fe5fc375c4
Contents?: true
Size: 570 Bytes
Versions: 15
Compression:
Stored size: 570 Bytes
Contents
module.exports = { theme: { fontFamily: { body: ['Metropolis'], mono: ['ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', "Liberation Mono", "Courier New", 'monospace'] }, extend: { colors: { spina: { light: '#797ab8', DEFAULT: '#6865b4', dark: '#3a3a70' } } } }, variants: { boxShadow: ['active'], extend: { backgroundColor: ['even', 'checked'] } }, plugins: [ require('@tailwindcss/typography'), require('@tailwindcss/forms') ] }
Version data entries
15 entries across 15 versions & 1 rubygems