Skip to content

Commit

Permalink
fix: css import order
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Apr 17, 2024
1 parent 9c47bad commit 3330155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import { BrowserRouter, Route, Routes } from 'react-router-dom'

import { QueryClient } from '@tanstack/query-core'
import { QueryClientProvider } from '@tanstack/react-query'
// These CSS styles must be defined last to avoid overriding other styles
import 'balloon-css/balloon.min.css'
import 'decentraland-ui/dist/themes/alternative/light-theme.css'
import 'decentraland-ui/dist/themes/base-theme.css'
import 'semantic-ui-css/semantic.min.css'

// These CSS styles must be defined last to avoid overriding other styles
// import 'core-js/features/set-immediate' // TODO: Check if this is necessary
import SnapshotStatus from './components/Debug/SnapshotStatus'
import Layout from './components/Layout/Layout'
import Segment from './components/Segment'
Expand Down

0 comments on commit 3330155

Please sign in to comment.