From e532401934c15684d23442487e07318f1b6c3fc7 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 21 Sep 2018 00:25:02 -0700 Subject: [PATCH] Add writeup on ember-css-modules --- source/blog/2018-09-21-the-ember-times-issue-65.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/blog/2018-09-21-the-ember-times-issue-65.md b/source/blog/2018-09-21-the-ember-times-issue-65.md index 1c47cf6e3f..e8ffb05eb2 100644 --- a/source/blog/2018-09-21-the-ember-times-issue-65.md +++ b/source/blog/2018-09-21-the-ember-times-issue-65.md @@ -64,6 +64,11 @@ Community member [@NullVoxPopuli](https://github.com/NullVoxPopuli) has written --- +## [Boston-Built ember-css-modules 1.0 AKA "The Big Dig" Is Here 🏗](https://twitter.com/__dfreeman/status/1042837440417988610) + +[salsify/ember-css-modules](https://github.com/salsify/ember-css-modules) has launched a 1.0 thanks to bug reports, feature ideas and pull requests from the community over the past couple years! ember-css-modules provides Ember-flavored support for [CSS Modules](https://github.com/css-modules/css-modules). With the addon, styling is a first-class citizen alongside templates and JavaScript, with one CSS file per component. + +--- ## [Contributors' Corner](https://guides.emberjs.com/release/contributing/repositories/)