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

CSS gets expanded upon save #257

Closed
jorticus opened this issue Jul 8, 2013 · 2 comments
Closed

CSS gets expanded upon save #257

jorticus opened this issue Jul 8, 2013 · 2 comments
Labels
bug Bug report

Comments

@jorticus
Copy link

jorticus commented Jul 8, 2013

When saving CSS in the advanced CSS editor, CSS elements get expanded. For example:

body { border:1px; }

Upon saving turns into:

body {
    border-top-width: 1px;
    border-top-style: none;
    border-top-color: -moz-initial;
    border-right-width: 1px;
    border-right-style: none;
    border-right-color: -moz-initial;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: -moz-initial;
    border-left-width: 1px;
    border-left-style: none;
    border-left-color: -moz-initial;
}

Which is a nightmare to try and re-edit (I prefer working with raw CSS)

It didn't do this in earlier versions. I am using Chrome 27.0.1453.116


Edit: Confirmed working properly in version 1.5.3.4 and lower (I updated the manifest to version 2 and installed in developer mode)

@temur
Copy link

temur commented Jul 9, 2013

yes, it is very bad. I am disappointed in Stylebot with every new version.

@ankit
Copy link
Owner

ankit commented Jul 11, 2013

Ah, I will take a look and see if this can be fixed. Thanks

@ankit ankit closed this as completed in 198faaf Jul 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

3 participants