mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-10 14:23:18 +02:00
Replace @emotion/styled with styled-components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { css } from '@emotion/react';
|
||||
import { css } from 'styled-components';
|
||||
|
||||
export enum Font {
|
||||
EPILOGUE = 'Epilogue',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { css } from '@emotion/react';
|
||||
import { css } from 'styled-components';
|
||||
|
||||
export const textEllipsis = css`
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user