-
Notifications
You must be signed in to change notification settings - Fork 154
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
Pure CSS #278
Pure CSS #278
Conversation
Nice work! Looks like there's a lint failure in the Travis tests. This looks like a backwards-compatible change, correct? Could you write up some upgrade instructions (even in this PR) so they can be easily added when the next release rolls around? |
Hi @samselikoff sorry for the newb question but how can i see/resolve the travis lint failure? I ran ember-try locally and everything seemed ok. As for upgrading I think, in theory, everything should work without any changes because people already using SASS in their apps will be able to import as they already are doing - and people using CSS will now be able to import the CSS files directly. I cant really envisage a situation where someone will need to alter their files after the update. Im on holiday right now but will try to get some internet access and have a go fixing this so it can be merged if theres something i need to do. Thanks! |
No prob! First click that "Details" link down there next to the build failure, then you'll end up here. If you scroll a bit you'll see which shows the |
I guess only upgrade notes would be to tell people they can remove ember-cli-sass if this is the only reason they were installing it, which is unlikely... but we could put a note about it somewhere |
Thanks @samselikoff. I've fixed the lint issue and added some upgrading text to the readme now. Hopefully Travis should pass now. |
LGMT! @lukemelia ? |
think its a pretty simple change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks for your work on this @chrism. Feel free to merge @samselikoff. Otherwise, I'll try to get to it over the weekend. |
😁 |
just FYI, the README is now somewhat misleading for SASS users due to https://stackoverflow.com/questions/7111610/import-regular-css-file-in-scss-file/36166487#36166487 tl;dr if you |
I’d hoped that is pretty clearly explained in the documentation here... https://github.com/yapplabs/ember-modal-dialog/blob/master/README.md#configuring-styles Where I even included both examples with and without the suffix? |
wow, I must have been blind 😂 sorry about the noise! 🤐 |
Its all good 😁👍 |
This PR converts all the SCSS to CSS and removes SASS and
ember-cli-sass
completely.