Skip to content

Commit

Permalink
chore: add DotcomWeb.CoreComponents (#2157)
Browse files Browse the repository at this point in the history
* chore: add TailwindCSS and PostCSS deps

* chore: add DotcomWeb.CoreComponents and bump phoenix_live_view
  • Loading branch information
bklebe authored Aug 30, 2024
1 parent 9de3220 commit abdc2ce
Show file tree
Hide file tree
Showing 13 changed files with 1,348 additions and 66 deletions.
5 changes: 5 additions & 0 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,8 @@
//
@import 'vendor/fixedsticky'; // needs refactor
@import 'utilities';

// TailwindCSS
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
Loading

0 comments on commit abdc2ce

Please sign in to comment.