mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
7e4d12d8d0
We want to use the utility classes that HDS provides instead.
11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['../**/*.{html.js,hbs,mdx}'],
|
|
theme: {
|
|
// disable all color utilities - we want to use HDS instead
|
|
colors: {},
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|