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

Update style.scss #357

Closed
wants to merge 2 commits into from
Closed

Update style.scss #357

wants to merge 2 commits into from

Conversation

yukulele
Copy link
Contributor

hard to read content while denim.png is not loaded

hard to read content while denim.png is not loaded
@arthurvr
Copy link
Member

This shouldn't be a separated rule, it should be done using the @include for Compass 'background(), like this:

@include background(
    radial-gradient(20...),
    ...
    image-url('denim.png'),
    $dark
)

@yukulele Could you update your PR to do so? Thanks for the PRs!

@yukulele
Copy link
Contributor Author

done

@@ -329,8 +329,8 @@ table {

html {
background-image: url('img/denim.png');
color: $lightest;
background-color: $dark;

This comment was marked as abuse.

This comment was marked as abuse.

@arthurvr arthurvr closed this in 6de4a4d Feb 20, 2015
@arthurvr
Copy link
Member

Merged. Thanks @yukulele! All contributions are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants