app/components/lookbook/icon/component.css in lookbook-2.0.0.beta.4 vs app/components/lookbook/icon/component.css in lookbook-2.0.0.beta.5
- old
+ new
@@ -5,7 +5,15 @@
svg {
@apply w-full h-full stroke-current fill-transparent;
stroke-linecap: round;
stroke-linejoin: round;
}
+
+ &.icon-stroke-2 svg {
+ stroke-width: 2;
+ }
+
+ &.icon-stroke-1 svg {
+ stroke-width: 1;
+ }
}
}