.default-css-grid {
    display: grid;
    min-width: 100px;
    min-height: 100px;
}

//funktioniert leider nicht
.onDragenter {
    //transition: all .4s;
    .default-css-grid {
    	transform: "scale(0.8)";
        background: "red";
        padding: @gutter;
    }
}


/*
				padding-bottom: 20px;
				background: #eeeeee;
*/