-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
change Sass configuaration #205
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
73817c1
use tools for most config files
dvdherron 51d5470
use forwarded accoutrement in components
dvdherron 280d089
use forwarded accoutrement in forms files
dvdherron 6f2115c
reconfigure initial/
dvdherron f39edf4
reconfigure layout files
dvdherron 5b865f8
reconfigure page and patterns
dvdherron 8d43188
wip: separate colors into modules
dvdherron 9ff50f2
hide ccs color previews
dvdherron 0fb728c
move ccs defaults
dvdherron 0fed177
Merge branch 'main' into sass-config
dvdherron 2020b47
Merge branch 'main' into sass-config
dvdherron 2339047
move color config
dvdherron a022eab
@use 'sass:map' and map.get() in color config
stacyk 9e1d20d
convert sass color maps to variables
stacyk e8c9d58
remove unused
stacyk 86117cb
simplify color include, lint
stacyk aac7f3f
show color variable names and values, even though they are empty
stacyk 05ae64e
Merge branch 'main' into sass-config
jgerigmeyer fc17e22
lint
jgerigmeyer b0faf7a
Merge branch 'main' into sass-config
jgerigmeyer 065a1d5
Merge branch 'main' into sass-config
jgerigmeyer 1f69e67
update linter
jgerigmeyer 4ea9c73
fix font
jgerigmeyer 035adff
compiled webmention timestamp?
stacyk e80092a
add another @group init-colors to control order of heading and example
stacyk 6038318
linted on save
stacyk 8727442
lint
jgerigmeyer 2ab4196
Show content-color names/values in herman example
mirisuzanne 5d9427a
allow herman to show color values for now instead of previews
stacyk 228667a
adjust headings
jgerigmeyer a759111
update sass comment sicne we arent compressing our css output
stacyk 0309188
Merge branch 'sass-config' of https://github.com/oddbird/oddleventy i…
stacyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@mirisuzanne doesn't this
content-colors
here reference the/// @colors content-colors
line that we no longer have from thesrc/scss/config/color/_content.scss
file?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.
uh, yes, I guess so - that line is adding the colors to Herman, even though (for now) we're not displaying them with Herman. So it's not doing anything useful, but also not causing any issues. We could remove that
herman.add
for now, or just leave it so it works once we add custom property support to Herman? Either way.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.
OK, I'd say we can leave it there for now since it doesn't hurt anything and maybe if/when we update Herman we will be in good shape.