-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comprehensive Theming #8271
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
Comprehensive Theming #8271
Changes from all commits
6ebf251
a8dd9ca
5d64f9a
c085623
b815a86
cb921fd
1d6e914
0d35f6a
bc13f45
e1c898f
200adfa
027a571
2797ebc
553804d
5711fd4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| // ==================== | ||
|
|
||
| // Table of Contents | ||
| // * +Paths | ||
| // * +Grid | ||
| // * +Fonts | ||
| // * +Colors - Utility | ||
|
|
@@ -15,6 +16,10 @@ | |
|
|
||
| $baseline: 20px; | ||
|
|
||
| // +Paths | ||
| // ==================== | ||
| $static-path: '..' !default; | ||
|
|
||
| // +Grid | ||
| // ==================== | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Avoid mixing unrelated whitespace changes into such a large The more noise, the easier it is to lose the signal.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. |
||
| $gw-column: ($baseline*3); | ||
|
|
||
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.
Nice general clean up here! Good to see whole dirs being covered rather than individual Sass compilation files.