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',