@import "@{schema}";

.${kebabCaseName} {
    .onDragenter & {
        background: @dropTargetHighlight;
    }
}
