Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
sonner.css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Sep 30, 2024
1 parent c1f1ea8 commit c57e927
Show file tree
Hide file tree
Showing 2 changed files with 640 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { SEO } from 'components/SEO'

import mainCss from 'styles/index.css'
import tailwindCss from 'styles/tailwind.css'
import sonnerCss from 'styles/sonner.css'
import FlatpickerCss from 'styles/Flatpicker.css'
import FlatpickrLightCss from 'flatpickr/dist/themes/light.css'
import FlatpickrDarkCss from 'flatpickr/dist/themes/dark.css'
Expand All @@ -54,6 +55,7 @@ if (isBrowser && process.env.NODE_ENV !== 'production') {

export const links: LinksFunction = () => [
{ rel: 'stylesheet', href: tailwindCss },
{ rel: 'stylesheet', href: sonnerCss },
{ rel: 'stylesheet', href: mainCss },
{ rel: 'stylesheet', href: BillboardCss },
{ rel: 'stylesheet', href: FlatpickerCss },
Expand Down
Loading

0 comments on commit c57e927

Please sign in to comment.