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
- Good overview: [Pete Hunt's Webpack Howto](https://github.com/petehunt/webpack-howto)
183
182
184
-
## Sass, CSS Modules, and Twitter Bootstrap Integration
183
+
## Sass, CSS Modules, and Tailwind CSS Integration
184
+
This example project uses mainly Tailwind CSS for styling.
185
+
Besides this, it also demonstrates Sass and CSS modules, particularly for some CSS transitions.
186
+
185
187
We're using Webpack to handle Sass assets so that we can use CSS modules. The best way to understand how we're handling assets is to close follow this example. We'll be working on more docs soon. If you'd like to give us a hand, that's a great way to learn about this!
186
188
187
189
For example in [client/app/bundles/comments/components/CommentBox/CommentBox.jsx](client/app/bundles/comments/components/CommentBox/CommentBox.jsx), see how we use standard JavaScript import syntax to refer to class names that come from CSS modules:
0 commit comments