mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
refactor: web components (#331)
* refactor: web components * chore: web component * chore: web * chore: web * docs: update notes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{html,js,jsx,ts,tsx}"],
|
||||
content: ["./index.html", "./src/**/*.{html,js,jsx,ts,tsx}", "./src/**/*.css"],
|
||||
important: '.coco-container',
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundColor: {
|
||||
|
||||
Reference in New Issue
Block a user