Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
tailwind.config.js 170 B
Newer Older
Egor Belozerov's avatar
Egor Belozerov committed
/** @type {import('tailwindcss').Config} */
export default {
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [],
};