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 ![vue](https://img.shields.io/badge/vue-1.x-green.svg) - [x] Easy state management with vuex integration ![vue](https://img.shields.io/badge/vue-1.x-green.svg) - [x] Use Blaze templates in your vue app ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg) + - [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 ` + + + + +``` + +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 `