This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Color consolidation into variables #1379
Merged
swilliamset
merged 5 commits into
ExactTarget:master
from
interactivellama:color-consolidation
Jul 10, 2015
Merged
Color consolidation into variables #1379
swilliamset
merged 5 commits into
ExactTarget:master
from
interactivellama:color-consolidation
Jul 10, 2015
Conversation
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
interactivellama
changed the title
Color consolidation
Color consolidation into variables
Jun 29, 2015
interactivellama
force-pushed
the
color-consolidation
branch
from
June 29, 2015 21:06
69e5709
to
ea3ff2e
Compare
interactivellama
force-pushed
the
color-consolidation
branch
from
July 7, 2015 21:12
ea3ff2e
to
5c1a156
Compare
Removed |
@@ -51,10 +51,10 @@ | |||
position: relative; | |||
|
|||
&:before { | |||
#fuelux > .icon-base-styles("Glyphicons Halflings"); |
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.
this branch needs to be rebased/merged with the mixin namespacing solution
.vertical() becomes #fuelux > .vertical() Conflicts: less/checkbox.less less/mixins.less less/repeater-list.less
Updated. |
interactivellama
force-pushed
the
color-consolidation
branch
from
July 10, 2015 17:59
d84b1de
to
3edc9ad
Compare
@swilliamset Updated by removing edits from other PRs that are now present since merging the past few days. |
interactivellama
force-pushed
the
color-consolidation
branch
from
July 10, 2015 18:13
3edc9ad
to
2e6966e
Compare
interactivellama
force-pushed
the
color-consolidation
branch
from
July 10, 2015 18:14
2e6966e
to
6696715
Compare
We need to consider whether or not |
swilliamset
pushed a commit
that referenced
this pull request
Jul 10, 2015
Color consolidation into variables
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Removes all hex values from LESS files. There were a few grays that had minimal saturation that were converted to hue-less grays. A few grays may have changed by 1%-3% luminance in order to create consistency. There are still 20+ grays being used.
Fixes #856 and makes getting to the idea of #972 easier although developers will still need to modify
fuelux/less/variables.less
if they would like to theme the controls.