next.js/examples/with-orbit-components/tailwind.config.js
tailwind.config.js11 lines180 B
module.exports = {
  content: [
    "./app/**/*.{js,ts,jsx,tsx}", // For App Router
    "./components/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};
Quest for Codev2.0.0
/
SIGN IN