We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b2f6c commit 2516b42Copy full SHA for 2516b42
src/css/base.css
@@ -0,0 +1,5 @@
1
+*,
2
+*::before,
3
+*::after {
4
+ box-sizing: border-box;
5
+}
src/index.tsx
@@ -1,6 +1,7 @@
import * as ReactDOM from 'react-dom'
import './css/reset.css'
+import './css/base.css'
import { App } from './App'
6
7
ReactDOM.render(<App />, document.getElementById('root'))
0 commit comments