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 beauitify #506

Closed
chenjinya opened this issue Aug 11, 2014 · 1 comment
Closed

css beauitify #506

chenjinya opened this issue Aug 11, 2014 · 1 comment

Comments

@chenjinya
Copy link

/**Tab**/
#userbar .arrow { display: inline-block; /**here is**/ background: url(http://**.gif) no-repeat right -42px; padding-right: 16px; line-height:     20px; height: 19px; margin: 0; }
/****/

after beautify-css

/**Tab**/
        #userbar .arrow {
            display: inline-block; /**here is**
            background: url(http:/**.gif) no-repeat right -42px;
            padding-right: 16px;
            line-height: 20px;
            height: 19px;
            margin: 0;
        }
        /****/

there is an css error.

@bitwiseman bitwiseman added this to the v1.6.0 milestone Sep 30, 2014
@bitwiseman
Copy link
Member

Specifcially: /**here is**/ turns into /**here is**. Wow. That's horrible.

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

No branches or pull requests

2 participants