treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Phper

  • SASS @mixin urgent

    OK, i solved second two :D I should use @mixin translate($me){ transform: $me; } And call it as like : @include translate(rotate(30deg)); Thanx for reading ;)
    Comment by Phper February 14 permalink
  • SASS @mixin urgent

    First one is solved, i should use "border-radius: #{$radius1} #{$radius2} / #{$radius2} #{$radius1}; What about second?
    Comment by Phper February 14 permalink