This project uses semver, please check the scope of this pr:
[x] #patch# - backwards-compatible bug fix
[ ] #minor# - adding functionality in a backwards-compatible manner
[ ] #major# - incompatible API change
CHANGELOG
Fixed issue with namespace of exported .scss files. We were putting all the _foo.scss files directly into app/styles instead of app/styles/ember-frost-table polluting the top-level styles directory for the consuming app. That wasn't very nice of us. We don't do that anymore.
This project uses semver, please check the scope of this pr:
CHANGELOG
.scss
files. We were putting all the_foo.scss
files directly intoapp/styles
instead ofapp/styles/ember-frost-table
polluting the top-level styles directory for the consuming app. That wasn't very nice of us. We don't do that anymore.