I would expect that option to do that (it did in `ember-component-css`). Explicitly passing `terseClassNames` in `ember-cli-build.js` like so: ```js emberCliStylesOptions: { terseClassNames: true, }, ``` Also doesn't seem to have an effect.