From e575ee996aed3e686f45b1ce437c0c159a64d3aa Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:46:11 -0500 Subject: [PATCH] chore: remove css import --- README.md | 2 +- scss/spinner.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 946ef39..76c72a3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ [npm][]: ```sh -npm install @ladjs/assets +npm install @ladjs/assets spinkit ``` diff --git a/scss/spinner.scss b/scss/spinner.scss index e5af6c3..95d3f13 100644 --- a/scss/spinner.scss +++ b/scss/spinner.scss @@ -27,9 +27,6 @@ // background-attachment: fixed; - // spinkit - @import 'node_modules/spinkit/spinkit.css'; - // override spinkit variables just for this --sk-size: 60px; --sk-color: white;