diff --git a/README.md b/README.md
index 8792c8d..0071ccc 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,7 @@ Currently supported and possible future features (in no particular order) are:
- [x] Easy localization with vue-i18n out-of-the-box integration, auto-detection, server-side injection and key-in-hand ui 
- [x] Easy state management with vuex integration 
- [x] Use Blaze templates in your vue app  
+ - [x] `module` attribute on `
```
+### CSS Modules
+
+As an alternative to scoped styles, you can use CSS modules to scope your CSS to your components by adding the `module` attribute to any `
+
+
+ Red Text
+
+
+
+```
+
+Note: composing from other files is not supported by the built-in CSS modules processor. See the community packages.
+
### Language packages
Using the power of preprocessors, you can use a different language (like less or jade) by adding a `lang` attribute on your ``, `