uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
28 lines (17 loc) • 577 B
text/less
//
// Component: Progress
//
// ========================================================================
// Variables
// ========================================================================
@progress-border-radius: 500px;
// Component
// ========================================================================
.hook-progress() {
border-radius: @progress-border-radius;
overflow: hidden;
}
.hook-progress-bar() {}
// Miscellaneous
// ========================================================================
.hook-progress-misc() {}