Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Jun 10, 2024
1 parent 95aec74 commit aa29c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions src/style/global.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ import "~/style/reset.scss";
import "~/style/tw.style";
// import "~/style/styleLoadOrder";
import { css } from "@linaria/core";
import {
baseText,
bodyTextHeight,
smallTextHeight,
} from "~/style/textStylesTS";
import { baseText, smallTextHeight } from "~/style/textStylesTS";

export const globals = css`
@layer tw-base {
Expand Down
7 changes: 1 addition & 6 deletions src/style/tw.style.tsx
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
import { colorVariablesCSS } from "~/style/colorVariableCSS";
import { css } from "@linaria/core";
import {
bigText,
bodyText,
breakpoint,
breakpointFrom,
breakpointUntil,
color,
contentContainer,
heading1Text,
heading2Text,
heading3Text,
jumboText,
largeText,
primaryFontBold,
primaryFontBoldItalic,
primaryFontItalic,
subText,
text,
} from "~/style/commonStyle";
import { css } from "@linaria/core";

export const globals = css`
@layer tw-base {
Expand Down

0 comments on commit aa29c4a

Please sign in to comment.