kamilcraft-cv/tailwind.config.js
Kamil Niemczycki 7a5412368f
- Added eslint and prettier
* - add eslint and prettier

* - reformatted code

* - update readme
2023-08-07 12:20:06 +02:00

9 lines
174 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};