Skip to content

Commit 03b4633

Browse files
Merge pull request #7 from daose/patch-1
small typo in README.md
2 parents a2f2b53 + fe332b0 commit 03b4633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ If you are using CSS modules in your app you need to handle the CSS files in `/n
222222

223223
## Styling
224224

225-
To change the styling of the `FirebaseAuth` widget you can override its CSS. You can import a CSS that will be included globally in your packed application. For instance create a `firebaseui-overrides.globlal.css` file and import it in your app:
225+
To change the styling of the `FirebaseAuth` widget you can override its CSS. You can import a CSS that will be included globally in your packed application. For instance create a `firebaseui-overrides.global.css` file and import it in your app:
226226

227227
```js
228-
import './firebaseui-styling.global.css'; // Import globally.
228+
import './firebaseui-overrides.global.css'; // Import globally.
229229
```
230230

231231
> Note: If you are using the "With ExtractTextPlugin and CSS modules" Webpack build rule above, the `.global.css` suffixe will make sure the CSS file is imported globally and not ran through modules support.

0 commit comments

Comments
 (0)