first commit
This commit is contained in:
7
scss/utilities/_rotate.scss
Normal file
7
scss/utilities/_rotate.scss
Normal file
@ -0,0 +1,7 @@
|
||||
.rotate-15 {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
|
||||
.rotate-n-15 {
|
||||
transform: rotate(-15deg);
|
||||
}
|
Reference in New Issue
Block a user