UNPKG

uxcore-album

Version:

uxcore-album component for uxcore.

21 lines (18 loc) 450 B
/** * Album Component Demo Style for Uxcore * @author vincent.bian * * Copyright 2015-2016, Uxcore Team, Alinw. * All rights reserved. */ html { box-sizing: border-box; * { box-sizing: inherit; } } @import "../node_modules/kuma-base/theme/orange"; @import "../node_modules/kuma-base/core"; @import "../node_modules/uxcore-kuma/dist/orange.css"; @import "../node_modules/uxcore-icon/src/Icon"; @import "../src/Album.less";