1.1.2 • Published 2 years ago

@hakuna-matata-ui/css-reset v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@hakuna-matata-ui/css-reset

A CSS Reset component for Chakra UI components.

Installation

npm i @hakuna-matata-ui/css-reset
# or
yarn add @hakuna-matata-ui/css-reset

Disabling border for non-keyboard interactions

We've added global style for focus-visible in event you need to remove focus styles for non-keyboard interactions.

# as a dependency
yarn add focus-visible

# at the root of your application
import "focus-visible/dist/focus-visible"