From 56368d3d1e0fa92824cf833dc19c724c91fe66a2 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Thu, 26 Oct 2017 16:31:31 +0200 Subject: [PATCH] delete hover.css --- package.json | 3 +-- scss/crispyBoilerplate.scss | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index cc81e4e..a5d979c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crispy-boilerplate", - "version": "0.9.2", + "version": "0.9.3", "description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions", "repository": { "type": "git", @@ -9,7 +9,6 @@ "author": "Björn Hase", "license": "MIT", "dependencies": { - "hover.css": "^2.2.1", "normalize.css": "^7.0.0" } } diff --git a/scss/crispyBoilerplate.scss b/scss/crispyBoilerplate.scss index 8a377d0..0d61883 100644 --- a/scss/crispyBoilerplate.scss +++ b/scss/crispyBoilerplate.scss @@ -1,6 +1,5 @@ @import '../../normalize.css/normalize', - '../../hover.css/scss/hover', 'functions/units', 'functions/zIndex',