From 19b3389df0be7b9f8af8488856fb5c12d5001d1d Mon Sep 17 00:00:00 2001 From: mrbeans100 <135092377+austinmpask@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:20:35 -0700 Subject: [PATCH] Update README.md Remove reference to default.scss, this has not existed in over 5+ years. --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index b0b789b..87aa1f2 100644 --- a/README.md +++ b/README.md @@ -48,21 +48,6 @@ function Button() { } ``` -### CSS Modules - -```jsx -import { AwesomeButton } from 'react-awesome-button'; -import AwesomeButtonStyles from 'react-awesome-button/src/styles/styles.scss'; - -function Button() { - return ( - - Button - - ); -} -``` - ### `AwesomeButton` rendered with a button tag Renders the component with a `button` HTML tag and an `onPress` prop called on animation release.