1.2.1 • Published 5 years ago

remove-focus-outline v1.2.1

Weekly downloads
1,235
License
MIT
Repository
github
Last release
5 years ago

remove-focus-outline

Formerly outline.js

Removes CSS outlines in an accessible manner

Based on http://www.paciellogroup.com/blog/2012/04/how-to-remove-css-outlines-in-an-accessible-manner/

:new: This branch is for the next version of remove-focus-outline - pop on over to the project page to see what's happening.

Installation

npm install remove-focus-outline@next

Or if Yarn is your thing:

yarn add remove-focus-outline@next

Usage

ES6 - TypeScript, Babel, etc.

import 'remove-focus-outline';

CommonJS - RequireJS etc.

require('remove-focus-outline');

UMD - HTML <script>

<script src="node_modules/remove-focus-outline/lib/remove-focus-outline.umd.js"></script>