Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 7aa4490

Browse files
committed
feat: replace @import with @use to fix SASS 2.0 deprecations
1 parent 3745383 commit 7aa4490

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import 'bootstrap';
2-
import 'bootstrap/dist/css/bootstrap.min.css';
32
import i18n from 'i18next';
43
import Backend from 'i18next-http-backend';
54
import { createRoot } from 'react-dom/client';

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $navbar-height: 56px;
44
$side-menu-width: 250px;
55
$button-border-color: #ababab;
66
$button-style-bg-color: #fff;
7-
$primary-color: #0d6efd;
7+
$primary-color: #1b75fb;
88

99
@use 'bootstrap' with (
1010
$primary: $primary-color

0 commit comments

Comments
 (0)