open-consul/ui/packages/consul-ui/tailwind.config.js

16 lines
313 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/** @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: [],
};