-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add Sass support #55
Add Sass support #55
Conversation
This looks great. Would be nice to see any notes on migrating from existing sites to v2.0.0 😉 |
You beat me to it! I'm liking this so far, I'm going to check if there's anything significant in my branch that isn't here, since I also tried some other Jekyll 2 related changes. |
I just looked over the changes in my |
Are there any updates on this one yet? I've been using this branch locally and things look good - curious as to why this hasn't been merged yet! 😄 |
There are some values, especially color values, that seem to be repeated in the new scss files. We should probably use variables for them. |
@nicolasmccurdy Good points! I've addressed most of those in the latest commits, and should have some more CSS changes to push up in just a bit. |
sort pages in sidebar into logical order (alphabetically by url)
This overhauls everything and adds Sass support to the styles.
.scss
files are stored in_scss
.css/styles.scss
compiles into_site/css/styles.css
.poole.css
and one for the syntax—into a single file..scss
files.This PR represents the bulk of the work going into v2.