CSS 3 style defenition file misses -ms- and -o- prefixes

For topics about current or future TopStyle BETA releases.

Moderator: TopStyle Support

CSS 3 style defenition file misses -ms- and -o- prefixes

Postby FataL » Thu Oct 04, 2012 12:16 pm

When I write (manually or through Prefixr command) prefixed properties for Opera and Internet Explorer browsers TopStyle colored them in red. This is what Prefixr generated:
div {
-webkit-transition: linear;
-moz-transition: linear;
-o-transition: linear;
-ms-transition: linear;
transition: linear;
}


Also, would be nice if Prefixr sorted prefixed lines a bit different -- make it easier for eyes to catch errors. Just swap -ms- and -o- lines:
div {
-webkit-transition: linear;
-moz-transition: linear;
-ms-transition: linear;
-o-transition: linear;
transition: linear;
}
User avatar
FataL
Rank I - Novice
Rank I - Novice
 
Posts: 19
Joined: Mon Feb 28, 2011 8:41 pm

Return to TopStyle BETA Talk

Who is online

Users browsing this forum: No registered users and 1 guest

cron