styles-update

This commit is contained in:
Rogelio
2025-10-23 05:48:22 +00:00
parent b2c0465234
commit 60552e0ef8
9 changed files with 31 additions and 17 deletions

View File

@@ -1,4 +1,8 @@
// src/index.ts
export { default as Button } from './Button';
export { default as Card } from './Card';
export type { ButtonProps } from './Button';
export type { CardProps } from './Card';
export type { CardProps } from './Card';
// Importar los estilos
import './styles.css';

2
src/styles.css Normal file
View File

@@ -0,0 +1,2 @@
/* src/styles.css */
@import "tailwindcss";

View File

@@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;