mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
e6cf9a748d
* Update _homepage-mixins-css.md * Update _homepage-mixins-sass.md * Update _homepage-mixins-scss.md * Update guide.html.haml Changing #topic-6 : property border-radius to transform because prefixe border-radius is outdated * Update _homepage-mixins-sass.md * Update _homepage-mixins-scss.md * Update guide.html.haml * Update guide.html.haml Short line 150 * Update _homepage-mixins-scss.md * Update guide.html.haml
116 B
116 B
.box {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}