postcss-focus
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "postcss-focus", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "PostCSS plugin to add :focus selector to every :hover", | ||
"keywords": ["postcss", "css", "postcssplugin", "hover", "focus"], | ||
"keywords": ["postcss", "css", "postcss-plugin", "hover", "focus", "a11y"], | ||
"author": "Andrey Sitnik <andrey@sitnik.ru>", | ||
@@ -13,8 +13,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"postcss": "^4.1.5" | ||
"postcss": "^4.1.8" | ||
}, | ||
"devDependencies": { | ||
"gulp-eslint": "0.9.0", | ||
"gulp-eslint": "0.11.1", | ||
"gulp-mocha": "2.0.1", | ||
"chai": "2.2.0", | ||
"mocha": "2.2.4", | ||
"chai": "2.3.0", | ||
"gulp": "3.8.11" | ||
@@ -21,0 +22,0 @@ }, |
@@ -1,4 +0,6 @@ | ||
# PostCSS Focus [](https://travis-ci.org/postcss/postcss-focus) | ||
# PostCSS Focus [![Build Status][ci-img]][ci] | ||
<img align="right" width="135" height="95" src="http://postcss.github.io/postcss/logo-leftp.png" title="Philosopher’s stone, logo of PostCSS"> | ||
<img align="right" width="135" height="95" | ||
title="Philosopher’s stone, logo of PostCSS" | ||
src="http://postcss.github.io/postcss/logo-leftp.png"> | ||
@@ -8,2 +10,4 @@ [PostCSS] plugin to add `:focus` selector to every `:hover`. | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/postcss/postcss-focus.svg | ||
[ci]: https://travis-ci.org/postcss/postcss-focus | ||
@@ -10,0 +14,0 @@ ```css |
3871
32
5
Updatedpostcss@^4.1.8