8 lines
170 B
SCSS
8 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;
|
|
}
|