Skip to content

Commit

Permalink
refactor(shadcn-ui): Added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Jan 18, 2024
1 parent 954889d commit 387ac65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Don't forget to update your APPs global.css to include this file!
*/

@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Don't forget to update your APPs tailwind.config.js to include this file!
*/
const { join } = require('path');

const defaultTheme = require('tailwindcss/defaultTheme');
Expand Down

0 comments on commit 387ac65

Please sign in to comment.