mirror of
https://github.com/foomo/ui.git
synced 2026-06-28 21:20:01 +00:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
prefix: "lib",
|
|
};
|