It appears that this addon is not looking for stylesheets in the Octane classic file structure. ``` app ├── components | ├── tags.js | ├── tags.hbs | └── tags.scss ├── controllers | └── post.js ├── models | └── post.js ├── routes | └── post.js ├── templates | └── post.hbs ├── app.js ├── index.html └── router.js ```