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

Can't import some type of Mozilla format #186

Open
Hamayama opened this issue Nov 28, 2016 · 0 comments
Open

Can't import some type of Mozilla format #186

Hamayama opened this issue Nov 28, 2016 · 0 comments

Comments

@Hamayama
Copy link

There is no error message but nothing is imported.

  • Type A : an extra comma after the last url-prefix

    @-moz-document
        url-prefix("https://www.google.com/webhp"),
        url-prefix("https://www.google.com/search"),
    {
    body {
        background: #FAFAFA !important;
    }
    }
    
  • Type B : three comments at the beginning of CSS

    @-moz-document
        url-prefix("https://www.google.com/webhp"),
        url-prefix("https://www.google.com/search")
    {
    /* comment1 */
    /* comment2 */
    /* comment3 */
    body {
        background: #FAFAFA !important;
    }
    }
    
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