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

Could we remove the background color from empty {} #68

Closed
kevbook opened this issue May 27, 2016 · 2 comments
Closed

Could we remove the background color from empty {} #68

kevbook opened this issue May 27, 2016 · 2 comments

Comments

@kevbook
Copy link

kevbook commented May 27, 2016

.empty {
  background: #f8f8f8;
}

or maybe make it a variable?

@kleninb
Copy link

kleninb commented May 28, 2016

<div class="empty empty-default"> </div>

.empty-default {
    background: #f8f8f8;
 }

@picturepan2
Copy link
Owner

picturepan2 commented Jun 2, 2016

I make it a variable in 6c0bede. You can modify the variables in file src/variables.less. Thank you.

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

No branches or pull requests

3 participants