mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
refactor: replace the history list in the main window (#341)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{html,js,jsx,ts,tsx}", "./src/**/*.css"],
|
||||
important: '.coco-container',
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{html,js,jsx,ts,tsx}",
|
||||
"./src/**/*.css",
|
||||
],
|
||||
important: ".coco-container",
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundColor: {
|
||||
|
||||
Reference in New Issue
Block a user