what2watch/scss/plugins/dropimage/_plugin.scss

9 lines
170 B
SCSS

// Dropimage
// Allows you to click the element or drop an image on it to upload the image and display a preview.
@import 'class';
.dropimage {
@extend %dropimage;
}