Page 1 of 1

Prefixr broken

Posted: Mon Mar 31, 2014 1:40 am
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).

Re: Prefixr broken

Posted: Wed Apr 16, 2014 7:43 am
by Icehawk
Topstyle5 developement closed?

express-prefixr

Posted: Wed Jun 04, 2014 10:04 pm
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;
}

Re: Prefixr broken

Posted: Thu Jul 10, 2014 8:49 am
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!

Re: Prefixr broken

Posted: Wed Jul 16, 2014 1:11 am
by Icehawk
Support not closed :-)

Thank you!

Re: Prefixr broken

Posted: Wed Jul 16, 2014 8:07 am
by Albert Wiersch
You may also want to have a look at the utility here: -prefix-free Utility