/* Copyright (c) Microsoft Corporation.  All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */
/* this CSS file intentionally contains syntax errors */

.myClass span {
    /* syntax errors on this next line  */
    XXXXXXXmargin-left 120px

    padding: 1px 2px 3px 4px;
}