what2watch/scss/plugins/dropimage/_plugin.scss

9 lines
170 B
SCSS
Raw Normal View History

2023-09-22 00:43:18 +00:00
// 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;
}