Prefixr broken
Moderator: TopStyle Support
Prefixr broken
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
Topstyle5 developement closed?
express-prefixr
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;
}
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;
}
- TopStyle Support
- Rank VI - Professional
- Posts: 507
- Joined: Sat Jun 13, 2009 12:38 pm
- Contact:
Re: Prefixr broken
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
Support not closed 
Thank you!

Thank you!
- Albert Wiersch
- Site Admin
- Posts: 3453
- Joined: Sat Dec 11, 2004 9:23 am
- Location: Near Dallas, TX
- Contact:
Re: Prefixr broken
You may also want to have a look at the utility here: -prefix-free Utility

Albert Wiersch