mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 08:25:30 +01:00
adds tailwindcss
This commit is contained in:
parent
74232d7671
commit
0fb3a1cab3
9 changed files with 3020 additions and 7 deletions
|
|
@ -1,7 +1,11 @@
|
|||
import React from 'react';
|
||||
|
||||
const App = () => {
|
||||
return <h1>Welcome to React App thats build using Webpack and Babel separately</h1>;
|
||||
return (
|
||||
<h1 className="text-3xl font-bold underline ">
|
||||
Welcome to React App thats build using Webpack and Babel separately
|
||||
</h1>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
|
|
|||
3
src/style.css
Normal file
3
src/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Loading…
Add table
Add a link
Reference in a new issue