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

--- Comment #18 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;
    }

-- 
You are receiving this mail because:
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