Skip to content

Commit

Permalink
Import only one css
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Dec 27, 2023
1 parent 153ed6d commit 353f518
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sass/mystyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// below this window.innerWidth navbar menu will be rolled into burger
$navbar-breakpoint: 1344px;

@import "src/index.css";
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-checkradio/dist/css/bulma-checkradio.min.css";
// Update Bulma's derived variables
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import "./mystyles.css";
import Main from "./Main";
import "./i18n";
Expand Down
1 change: 1 addition & 0 deletions src/mystyles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mystyles.css.map

Large diffs are not rendered by default.

0 comments on commit 353f518

Please sign in to comment.