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

UIButton's background-inset attribute is ignored #156

Open
andreacremaschi opened this issue Nov 22, 2014 · 0 comments
Open

UIButton's background-inset attribute is ignored #156

andreacremaschi opened this issue Nov 22, 2014 · 0 comments

Comments

@andreacremaschi
Copy link

Hi,

I just begun to use Freestyle and I love it!
As I understand the documentation, background-inset should allow to use stretchable images as UIButton's background with cap insets, am I right? I am using this SASS style snippet but as a result I get a wrong stretched background image (i.e. cap insets are ignored). Am I doing something wrong?

button.confirm {
    color: $white;
    background-image: url(menu_button_green.png);
    background-inset: 2px 28px 3px 34px;
}
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

1 participant