You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openNG/old/components/uikit/frame/component.tag

17 lines
307 B
Plaintext

uikit-frame
.frame-wrapper
!= "<yield/>"
script.
this.mixin(require("../../../lib/riot/mixins/dockable-container"));
this.mixin(require("../../../lib/riot/mixins/dockable"));
style(type="scss").
uikit-frame {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
}