remix-demo

react router (remix) demo

git clone https://9o.is/git/remix-demo.git

tailwind.config.js

(156B)


      1 /** @type {import('tailwindcss').Config} */
      2 module.exports = {
      3   content: ["./app/**/*.{ts,tsx,jsx,js}"],
      4   theme: {
      5     extend: {},
      6   },
      7   plugins: [],
      8 };