mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-19 09:38:03 +02:00
core/ui: improve frontend build size (#5109)
* core/ui: improve frontend build size * remove luxon * add lodash * remove console.log * only generate sourcemap when watching
This commit is contained in:
parent
d225288ab3
commit
ab388211f2
36 changed files with 358 additions and 297 deletions
|
@ -1,6 +1,6 @@
|
|||
import styled from "@mui/material/styles/styled";
|
||||
import {BaseCSSProperties} from "@mui/material/styles/createMixins";
|
||||
import { styled } from "@mui/material";
|
||||
import { BaseCSSProperties } from "@mui/material/styles/createMixins";
|
||||
|
||||
export const ToolbarOffset = styled('div')(({ theme }) => ({
|
||||
export const ToolbarOffset = styled("div")(({ theme }) => ({
|
||||
...(theme.mixins.toolbar as BaseCSSProperties),
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue