File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/sass/site/10-Utilities/_utilities.shame.scss
/*
* If you need to make a quick fix, you can do it here.
* Later when you have the time, you can move the fix into the correct place in the structure
*/
.u-clip-path {
&[data-id="clip-path-image-1"] {
clip-path: url(#clip-path-image-1);
}
&[data-id="clip-path-image-2"] {
clip-path: url(#clip-path-image-2);
}
&[data-id="clip-path-image-3"] {
clip-path: url(#clip-path-image-3);
}
}
// ----------------------------
// Nothing here yet, Good job!!