dev

//

/**
 * This is a test page for Less.
 *
 * The compiled output will be sent to MediaWiki:Custom-Less/test.css.
 */

div {
    text-align: center;

    span {
        font-weight: bold;

        a {
            text-decoration: underline;
        }
    }
}