mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): csshake scss generates unique css on every build
Import css instead.
This commit is contained in:
committed by
Łukasz Mierzwa
parent
4fdcf6600b
commit
44137e8dd3
@@ -6,7 +6,7 @@ import { faSpinner } from "@fortawesome/free-solid-svg-icons/faSpinner";
|
||||
|
||||
import { CenteredMessage } from "Components/CenteredMessage";
|
||||
|
||||
import "csshake/scss/csshake-slow.scss";
|
||||
import "csshake/dist/csshake-slow.css";
|
||||
|
||||
const UpgradeNeeded: FC<{
|
||||
newVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user