LeRobot.js / postcss.config.mjs
NERDDISCO's picture
feat: added react / tailwind ui
0d9f1af
raw
history blame
141 Bytes
import tailwindcss from "tailwindcss";
import autoprefixer from "autoprefixer";
export default {
plugins: [tailwindcss, autoprefixer],
};