scss-library/components/02_ContentShape/rotation/_rotation.styl

19 lines
381 B
Stylus

RV-Rotation--left()
+RV-Block--modifier()
transform rotate(-90deg)
RV-Rotation--right()
+RV-Block--modifier()
transform rotate(90deg)
RV-Rotation--upsideDown()
+RV-Block--modifier()
transform rotate(180deg)
RV-Rotation()
+RV-Block()
RV-Rotation--left()
RV-Rotation--right()
RV-Rotation--upsideDown()
RV-Rotation()