Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Images : Basic styling #149

Closed
wants to merge 1 commit into from

Conversation

thejdeep
Copy link
Contributor

Base styling for image classes. Fixes #148

@thejdeep thejdeep force-pushed the image-styling branch 3 times, most recently from e507a23 to 2368a6b Compare March 13, 2016 09:12
.img-responsive {
@include img();
display: block;
max-width: 100%;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this redundant since it's already in the mixin?

@thejdeep thejdeep force-pushed the image-styling branch 3 times, most recently from 5ddc392 to e26866d Compare March 13, 2016 09:39
@thejdeep thejdeep changed the title Image styling Images : Basic styling Mar 22, 2016
@@ -39,7 +39,7 @@
}

.btn {
@include btn( map-get($ui-btn, margin));
@include btn(map-get($ui-btn, margin));
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably shouldn't make these changes as part of this PR, since this PR is image focused

Images : Initial commit
@sfrisk
Copy link
Contributor

sfrisk commented May 3, 2016

Can you please rebase this with what is currently in master? there are some naming changes that breaks your code.

@sfrisk sfrisk closed this Feb 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants