salsify / ember-css-modules

CSS Modules for ambitious applications
MIT License
282 stars 50 forks source link

pod route template: using `local-class` throws error #289

Closed artemgurzhii closed 2 years ago

artemgurzhii commented 2 years ago

my setup also includes ember-css-modules-sass.

Having pod structure, template path: my-app-name/app/pods/clients/template.hbs with the following content:

<div local-class="lorem"></div>

following error is being thrown

Знімок екрана 2022-09-08 о 13 39 40
artemgurzhii commented 2 years ago

sorry, my bad :) I had file named style.scss instead of styles.scss, renaming fixed the issue.