pint/tailwind.config.js
deepsource-autofix[bot] 3c81d3edec
Format code with prettier
This commit fixes the style issues introduced in 6da9a22 according to the output
from prettier.

Details: https://deepsource.io/gh/fuwaa/pint/transform/e78e9d22-587c-4b5c-86f7-bd6f31068114/
2022-07-16 05:41:22 +00:00

8 lines
156 B
JavaScript

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