-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod styles? #3
Comments
are you using https://github.com/justtal/ember-cli-sass-pods ? |
Nope. My ember-cli-build.js looks like this: // ...
sassOptions: {
includePaths: [
'../assets/css',
'app/pods',
'bower_components/bourbon/app/assets/stylesheets'
]
} app.scss // Component styles...
@import 'app/pods/components/foo-bar/style';
// Route specific styles...
@import 'app/pods/foo/style'; |
Were you able to re-create? |
this works in 0.5.0 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to configure with stylesheets in both the styles directory and also in pods?
e.g.
The text was updated successfully, but these errors were encountered: