1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 09:06:14 +07:00

refactor: remove scss files

This commit is contained in:
Griffithtp
2019-07-06 00:09:38 +01:00
parent 99e1bb3ea3
commit b6717497aa
9 changed files with 4 additions and 193 deletions

View File

@@ -1,7 +1,7 @@
import { injectGlobal, css } from 'emotion';
import { injectGlobal } from 'emotion';
import { fontSize, fontWeight } from './sizes';
import colors from './colors';
import mq, { breakpoints } from './media';
import { breakpoints } from './media';
export default injectGlobal`
html,