Skip to content

Commit

Permalink
installing tailwindcss, postcss and autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
iamangelmp committed Mar 14, 2023
1 parent 1ff3c35 commit 73bb456
Show file tree
Hide file tree
Showing 9 changed files with 1,258 additions and 104 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Citas React</title>
</head>
<body>
<body class="bg-gray-200">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down
Loading

0 comments on commit 73bb456

Please sign in to comment.