pint/tailwind.config.js
deepsource-autofix[bot] e36fa870c5
Format code with prettier
2022-08-03 02:09:40 +00:00

8 lines
156 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};