-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
site[area] Task relates to Tarantool's website[area] Task relates to Tarantool's website
Description
Integrate auto-prefixer in the build process. Drop explicit prefixes in CSS.
Ex:
.b-download-list-item-drop {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
Metadata
Metadata
Assignees
Labels
site[area] Task relates to Tarantool's website[area] Task relates to Tarantool's website