From 3a7487492b1338e78f4ee321c6c7c49284f386a6 Mon Sep 17 00:00:00 2001 From: Pooya Golchian Date: Sat, 6 Apr 2024 02:17:37 +0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=E2=99=BB=EF=B8=8F=20Update=20readme.m?= =?UTF-8?q?d:=20remove=20unused=20import=20and=20update=20CSS=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index c8bd5d7..5e20cad 100644 --- a/readme.md +++ b/readme.md @@ -46,8 +46,6 @@ After importing and registering the component in your Vue.js application, you ca You can also customize the styles and color palette by overriding the CSS variables: ```scss -@import "fonts.scss"; - :root { --app-background-color: #ffffff; --app-title-color: #333333;