From 6e95664ca3a33f0bd300ef9779b5b98ce1256636 Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Fri, 4 Dec 2020 19:41:09 +0530 Subject: [PATCH] Remove @import for border radius and bg blur --- skins-3.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index 7feb856..58cef35 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -221,14 +221,14 @@ "type": "number", "name": "Border Radius", "description": "Change the roundness of text box and more default is zero", - "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}", + "css": "", "default":"0" }, { "type": "number", "name": "Backdrop Blur", "description": "adds blur to the backdrop images default is zero", - "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}", + "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", "default": "0" } ]