webark / ember-component-css

An Ember CLI addon which allows you to specify styles for individual components
MIT License
542 stars 115 forks source link

componentCssClassName or styleNamespace getting undefined in Ember 2.18.2 #383

Open Muniraj-Mallesh-E6144 opened 2 years ago

Muniraj-Mallesh-E6144 commented 2 years ago

Hi, I have used ember-component-css version 0.6.2 with Ember 2.18.2. In my component, I am trying to access styleNamespace. But getting undefined. Please find below code

<div class="{{styleNamespace}}--sample">
       Hi
 </div>