Skip to content
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

Helpers to add a shadow to text #23552

Closed
wants to merge 5 commits into from
Closed

Helpers to add a shadow to text #23552

wants to merge 5 commits into from

Conversation

afuno
Copy link

@afuno afuno commented Aug 18, 2017

No description provided.

If the theme is light, and header is dark, it is unreadable. Give the
opportunity to change the text color.
# Conflicts:
#	scss/_variables.scss
@@ -625,10 +626,20 @@ $card-spacer-y: .75rem !default;
$card-spacer-x: 1.25rem !default;
$card-border-width: $border-width !default;
$card-border-radius: $border-radius !default;
<<<<<<< HEAD
$card-border-color: rgba(0,0,0,.125) !default;

Choose a reason for hiding this comment

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

Invalid CSS after "...ba(0,0,0,.125) ": expected "{", was "!default;"

@afuno
Copy link
Author

afuno commented Aug 18, 2017

I see my mistakes. Now I'll fix it.

@afuno
Copy link
Author

afuno commented Aug 18, 2017

Done.

@mdo
Copy link
Member

mdo commented Aug 20, 2017

Thanks, but I don't think we'll be implementing this as coded. I'm fine with a global flag for text-shadow properties, but I don't see a need for generating a series of utilities like this.

@mdo mdo closed this Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants