https://bugzilla.wikimedia.org/show_bug.cgi?id=54673

--- Comment #9 from Bartosz DziewoƄski <[email protected]> ---
To summarize:

This works correctly, if there is only one instance of each property in the
block (a property might be repeated several times for browser hacks, see bug
61941):

    .class {
        /* @noflip */
        margin-left: 1em;
        /* @noflip */
        margin-right: 2em;
    }

This doesn't generally work, although sometimes it does due to pure chance:

    /* @noflip */
    .class {
        margin-left: 1em;
        margin-right: 2em;
    }

See https://gerrit.wikimedia.org/r/#/c/90169/ / bug 55779 for an example
workaround for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to