Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Setup some way to share core "Ember design" CSS files between projects #2326

Closed
acorncom opened this issue Aug 17, 2015 · 3 comments
Closed

Comments

@acorncom
Copy link
Contributor

I'm starting to help on an integration of LiquidFire with the guides at emberjs/guides#448. Both there and on the Ember-Twiddle repo (ember-cli/ember-twiddle#96) it's come up that we're trying to apply an Ember feel to the various sites.

Seems like it'd be helpful to start using a core SASS include of some sort across these various projects that applies the same look and feel. Especially if there are rumblings about a redesign down the road. Thoughts? @wifelette

@wifelette
Copy link
Member

Seems good :)

Do you have thoughts yet on how you'd want to structure it?

/ cc @wycats @rwjblue

@acorncom
Copy link
Contributor Author

It looks like it's possible to export SASS files using Bower (https://github.com/twbs/bootstrap-sass/blob/master/bower.json#L13). I think I'd export one main _ember.scss file, which in turn referenced two SASS files:

  • _generic.scss (default heading, paragraph, link styles, sidebar / menu styling, drop down styles, etc)
  • _header.scss (a more complete implementation, including background image with retina graphics, etc)

What I think we should be after with the above is to provide a base layer that can be identical across sites while allowing project-specific customizations (the Ember Twiddle edit box being a great example of something custom).

@acorncom
Copy link
Contributor Author

acorncom commented Jan 8, 2016

Going to close this for now

@acorncom acorncom closed this as completed Jan 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants