@kademi/keditor
Version:
KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
21 lines (17 loc) • 358 B
text/less
// Import
// -------------------------------------------------
@import "../_mixins";
@import "../_variables";
// Keditor UI
// -------------------------------------------------
.keditor-ui {
margin: 0;
padding: 0;
border: 0;
outline: none;
&,
&:before,
&:after {
box-sizing: border-box;
}
}