Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit a0bfcfe

Browse files
committed
completely remove outline, apply custom focus, active, and hover styling
1 parent cc4a0f7 commit a0bfcfe

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/index.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
<<<<<<< HEAD
2-
import Components from './components'
3-
=======
4-
import { BaseButton } from './components'
5-
>>>>>>> add titles to stories, install knobs, export package content
1+
import Components from './components';
62
import config from './../tailwind.config.js';
73

84
module.exports = {
95
config,
10-
<<<<<<< HEAD
116
...Components
12-
=======
13-
BaseButton
14-
>>>>>>> add titles to stories, install knobs, export package content
157
};

0 commit comments

Comments
 (0)