Prefixr broken

TopStyle has been discontinued and support is no longer available. The forum is read-only. NOTE: TopStyle was not developed by the makers of CSS HTML Validator.
Icehawk
Rank 0 - Newcomer
Posts: 4
Joined: Fri Feb 07, 2014 5:03 am

Prefixr broken

Post by Icehawk »

The CSS Prefixr isn't working anymore. When I use this feature I get an error message: Error connecting to http://prefixr.com/api/index.php (status code: 404).
Icehawk
Rank 0 - Newcomer
Posts: 4
Joined: Fri Feb 07, 2014 5:03 am

Re: Prefixr broken

Post by Icehawk »

Topstyle5 developement closed?
User avatar
bxmrvl42
Rank 0 - Newcomer
Posts: 3
Joined: Wed Jun 04, 2014 11:21 am

express-prefixr

Post by bxmrvl42 »

This does work:

http://expressprefixr.herokuapp.com/api/processor

Input-->

div
{
border:2px solid;
border-radius:25px;
}


response equals this but you will have to remove the extra code-->

{"status":"success","result":"div {\n border: 2px solid;\n -webkit-border-radius: 25px;\n -moz-border-radius: 25px;\n -ms-border-radius: 25px;\n -o-border-radius: 25px;\n border-radius: 25px;\n}"}

div {
border: 2px solid;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
}
User avatar
TopStyle Support
Rank VI - Professional
Posts: 506
Joined: Sat Jun 13, 2009 12:38 pm

Re: Prefixr broken

Post by TopStyle Support »

I have replaced Jeffrey Way's Prefixr with TJ Holowaychuk's Express Prefixr. To be included with version 5.0.0.104. Thanks!
Icehawk
Rank 0 - Newcomer
Posts: 4
Joined: Fri Feb 07, 2014 5:03 am

Re: Prefixr broken

Post by Icehawk »

Support not closed :-)

Thank you!
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX

Re: Prefixr broken

Post by Albert Wiersch »

You may also want to have a look at the utility here: -prefix-free Utility
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial