Add modern-normalize and move Scss to its own directory.
This commit is contained in:
parent
6fde7bbfae
commit
888a03489b
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"dependencies": {
|
||||||
|
"modern-normalize": "^2.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bauke/eslint-config": "^0.1.5",
|
"@bauke/eslint-config": "^0.1.5",
|
||||||
"@bauke/prettier-config": "^0.1.5",
|
"@bauke/prettier-config": "^0.1.5",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
import "./base.scss";
|
import "modern-normalize/modern-normalize.css";
|
||||||
|
import "../scss/base.scss";
|
||||||
|
|
||||||
/** Properties for the base layout. */
|
/** Properties for the base layout. */
|
||||||
export interface Props {
|
export interface Props {
|
||||||
|
|
Loading…
Reference in New Issue