Skip to content

Commit

Permalink
feat: use Bootstrap Italia design system
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor5 committed Nov 22, 2023
1 parent 97903c8 commit 468eb23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import "bootstrap-italia";
import { useState } from "react";
import { render } from "react-dom";
import store from "./store/index";
import { Provider } from "react-redux";

import store from "./store/index";
import "../i18n";
import Layout from "./components/Layout";
import { Editor } from "./components/Editor";
Expand Down
2 changes: 2 additions & 0 deletions src/asset/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
$foot-bar-h: 100px;
$mq-size: 640px;

@use "bootstrap-italia/src/scss/bootstrap-italia";

// We import CSS here rather than SCSS to avoid an annoying deprecation warning
// from dart-sass.
// See https://github.com/jquense/react-widgets/issues/1143.
Expand Down

0 comments on commit 468eb23

Please sign in to comment.