css-effects
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -22,3 +22,3 @@ 'use strict'; | ||
return t; | ||
}; | ||
} | ||
@@ -25,0 +25,0 @@ function hover() { |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "css-effects", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Collection of functions to easily inlude CSS styles to your react components.", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"classnames": "^2.2.3", | ||
"hint.css": "^2.0.0", | ||
"hint.css": "^2.2.0", | ||
"hover.css": "^2.0.2", | ||
@@ -28,30 +28,29 @@ "react": "^0.14.7" | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.1", | ||
"babel": "^6.5.1", | ||
"babel-core": "^6.5.1", | ||
"babel-eslint": "^5.0.0-beta9", | ||
"babel-loader": "^6.2.2", | ||
"babel-preset-es2015": "^6.5.0", | ||
"autoprefixer": "^6.3.3", | ||
"babel": "^6.5.2", | ||
"babel-core": "^6.7.2", | ||
"babel-eslint": "^6.0.0-beta.6", | ||
"babel-loader": "^6.2.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-preset-react-hmre": "^1.1.0", | ||
"babel-preset-react-hmre": "^1.1.1", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"cpx": "^1.2.1", | ||
"cpx": "^1.3.1", | ||
"css-loader": "^0.23.1", | ||
"eslint": "^1.10.3", | ||
"eslint-config-airbnb": "^5.0.0", | ||
"eslint-plugin-react": "^3.16.1", | ||
"eslint": "^2.4.0", | ||
"eslint-config-airbnb": "^6.1.0", | ||
"eslint-plugin-react": "^4.2.3", | ||
"express": "^4.13.4", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"json-loader": "^0.5.4", | ||
"morgan": "^1.6.1", | ||
"morgan": "^1.7.0", | ||
"node-sass": "^3.4.2", | ||
"normalize.css": "^3.0.3", | ||
"postcss-loader": "^0.8.0", | ||
"sass-loader": "^3.1.2", | ||
"postcss-loader": "^0.8.2", | ||
"sass-loader": "^3.2.0", | ||
"style-loader": "^0.13.0", | ||
"webpack": "^1.12.13", | ||
"webpack": "^1.12.14", | ||
"webpack-dev-middleware": "^1.5.1", | ||
"webpack-hot-middleware": "^2.7.0", | ||
"webpack-hot-middleware": "^2.9.1", | ||
"webpack-sources": "^0.1.1" | ||
} | ||
} |
import classNames from 'classnames'; | ||
import style from 'hover.css/scss/hover'; | ||
function identity(t) { return t; }; | ||
function identity(t) { return t; } | ||
@@ -6,0 +6,0 @@ export default function hover(...effects) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6636
26
Updatedhint.css@^2.2.0