Browse Source

delete hover.css

master
HerrHase 7 years ago
parent
commit
56368d3d1e
2 changed files with 1 additions and 3 deletions
  1. +1
    -2
      package.json
  2. +0
    -1
      scss/crispyBoilerplate.scss

+ 1
- 2
package.json View File

@ -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"
}
}

+ 0
- 1
scss/crispyBoilerplate.scss View File

@ -1,6 +1,5 @@
@import
'../../normalize.css/normalize',
'../../hover.css/scss/hover',
'functions/units',
'functions/zIndex',


Loading…
Cancel
Save