1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

⬆️ Use bluelib@4 stylesheets

This commit is contained in:
Steffo 2022-03-12 04:22:11 +01:00
parent 4971067b6a
commit d46cf1ec76
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@ import * as BluelibMapper from "../utils/BluelibMapper"
import Color from "color";
import * as Colors from "../utils/Colors"
import PaperTheme from "../bluelib/src/targets/paper.module.css"
import RoyalBlueTheme from "../bluelib/src/targets/royalblue.module.css"
import HackerTheme from "../bluelib/src/targets/hacker.module.css"
import SophonTheme from "../bluelib/src/targets/sophon.module.css"
import GestioneAmberTheme from "../bluelib/src/targets/amber.module.css"
import PaperTheme from "@steffo/bluelib/dist/paper.module.css"
import RoyalBlueTheme from "@steffo/bluelib/dist/royalblue.module.css"
import HackerTheme from "@steffo/bluelib/dist/hacker.module.css"
import SophonTheme from "@steffo/bluelib/dist/sophon.module.css"
import GestioneAmberTheme from "@steffo/bluelib/dist/amber.module.css"
const BuiltinThemes = {

View file

@ -1,6 +1,6 @@
import classNames from "classnames"
import * as Types from "../types"
import Skeleton from "../bluelib/src/targets/skeleton.module.css"
import Skeleton from "@steffo/bluelib/dist/skeleton.module.css"
/**