You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Flowbite Components provides a comprehensive library of UI components following
22
22
Add the gem to your application's Gemfile:
23
23
24
24
```ruby
25
-
gem 'flowbite-components'
25
+
gem "flowbite-components"
26
26
```
27
27
28
28
Then execute:
@@ -31,9 +31,9 @@ Then execute:
31
31
bundle install
32
32
```
33
33
34
-
### Configuration
34
+
### tailwindcss-rails
35
35
36
-
Make sure you have Tailwind CSS installed in your Rails application. We recommend using the [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) gem:
36
+
Tailwind needs to be able to look through your code in order to generate the final CSS file with the class names you actually use. To allow Tailwind to find CSS class names inside flowbite-components you need to use[tailwindcss-rails](https://github.com/rails/tailwindcss-rails) gem:
0 commit comments