Skip to content
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

Closed
amk221 opened this issue Jun 10, 2016 · 4 comments
Closed

pod styles? #3

amk221 opened this issue Jun 10, 2016 · 4 comments

Comments

@amk221
Copy link

amk221 commented Jun 10, 2016

Is it possible to configure with stylesheets in both the styles directory and also in pods?
e.g.

app/
  styles/
    some-styles.scss
  pods/
    components/
      my-component/
        template.hs
        component.js
        style.scss      // currently ignored
@billybonks
Copy link
Owner

@amk221
Copy link
Author

amk221 commented Jul 11, 2016

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';

@amk221
Copy link
Author

amk221 commented Sep 2, 2016

Were you able to re-create?

@billybonks
Copy link
Owner

this works in 0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants