Rename main scss

This commit is contained in:
Andras Schmelczer 2022-09-25 18:02:14 +02:00
parent 0b754bf7ae
commit ef30dbd7f0
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import {
removeUnnecessaryOutlines,
} from './helper/accessibility';
import { scrollToFragment } from './helper/scroll-to-fragment';
import './styles.scss';
import './index.scss';
addSupportForTabNavigation();
removeUnnecessaryOutlines();