Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 376 Bytes

Sweco theme for Mantine

Usage:

import { theme, cssVariablesResolver } from "@sweco/theme-mantine";
// must be after the import of Mantine's own styles
import "@sweco/theme-mantine/style.css";

...

    <MantineProvider
      theme={theme}
      cssVariablesResolver={cssVariablesResolver}
    >
      <App />
    </MantineProvider>

...