/**
 * Message Component Demo Style for Uxcore
 * @author eternaslky
 *
 * Copyright 2014-2015, Uxcore Team, Alinw.
 * All rights reserved.
 */

// @import "../node_modules/uxcore-kuma/src/variables";
html {
    box-sizing: border-box;
    * {
        box-sizing: inherit;
    }
}
@import '../node_modules/kuma-base/variable.less';
@import "../src/Message.less";