Autoprefixer CSS
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Autoprefixer CSS
Is there any Autoprefixer CSS plugin ?
Re: Autoprefixer CSS
Not that Im aware of. But you could build your own, using my CSSCombWB plugin as base.
And then change the NodeJs plugin usage from CSSComb to postcss-cli with autoprefixer
And then change the NodeJs plugin usage from CSSComb to postcss-cli with autoprefixer
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Autoprefixer CSS
Thanks !
It is too complicated to me.
I'll use autoprefixer from Visual Studio Code for this task.
It seems that actual modern free editors are better in many situations
I still use Webuilder becouse it is light on resources and my old laptop rezist.
It is too complicated to me.
I'll use autoprefixer from Visual Studio Code for this task.
It seems that actual modern free editors are better in many situations

I still use Webuilder becouse it is light on resources and my old laptop rezist.
Re: Autoprefixer CSS
Use menu Css -> Prefixize CSS. Also wrong forum category, moving post.
Blumentals Software Programmer
Re: Autoprefixer CSS
Watch here:
https://www.youtube.com/watch?v=x8va4o4Wl3g
Also:
http://expressprefixr.herokuapp.com
Your webuilder prefixize nothing.
Till now there is no reason to buy your software. I still have your sms offer...
If there will not be serious changes I'll stay away from it...
You continue to be deaf to serious requests and years gone and gone...
I already have a great offer from PhpED: We have switch from competition program which gives 50% off discount - please use this coupon: XXXXXXX
I still hope that Webuilder or RapidPHP wil rise from lethargy...
https://www.youtube.com/watch?v=x8va4o4Wl3g
Also:
http://expressprefixr.herokuapp.com
Your webuilder prefixize nothing.
Till now there is no reason to buy your software. I still have your sms offer...
If there will not be serious changes I'll stay away from it...
You continue to be deaf to serious requests and years gone and gone...
I already have a great offer from PhpED: We have switch from competition program which gives 50% off discount - please use this coupon: XXXXXXX
I still hope that Webuilder or RapidPHP wil rise from lethargy...
Re: Autoprefixer CSS
You mean all the IE6-IE7 stuff (DX filters etc)? Or box-shadow that is already supported by all browsers unprefixized? We don't prefixize that on purpose, it just clutters the CSS unnecessarily since it's for very old browsers that are not used anymore. Remember - more clutter does not mean better, in fact it is worse, I mean why would you want a huge CSS full of things that are not used that increases load times and parse times in the browser? In fact, our prefixizer will *remove* clutter such as "-moz-border-radius".
If you for some reason do need to prefixize box-shadow or similar, you can always open <IDE install directory>\data\prefixizer.ini and add it to [prefixize-properties] section.
If you for some reason do need to prefixize box-shadow or similar, you can always open <IDE install directory>\data\prefixizer.ini and add it to [prefixize-properties] section.
Blumentals Software Programmer