UNPKG

@kademi/keditor

Version:

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents

16 lines (12 loc) 296 B
// Import // ------------------------------------------------- @import "../_mixins"; @import "../_variables"; // Preview area // ------------------------------------------------- .keditor-preview-area { display: none; .previewing & { display: block; } }