Autoprefixer CSS

Post your questions and problem reports here

Moderator: kfury77

Forum rules
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;
Post Reply
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Autoprefixer CSS

Post by pety »

Is there any Autoprefixer CSS plugin ?
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Autoprefixer CSS

Post by pmk65 »

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
There are 10 types of people in the world: Those who understand binary and those who don't.
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: Autoprefixer CSS

Post by pety »

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 :D

I still use Webuilder becouse it is light on resources and my old laptop rezist.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Autoprefixer CSS

Post by Aivars »

Use menu Css -> Prefixize CSS. Also wrong forum category, moving post.
Blumentals Software Programmer
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: Autoprefixer CSS

Post by pety »

Thanks, Aivars !
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: Autoprefixer CSS

Post by pety »

Prefixize CSS useless.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Autoprefixer CSS

Post by Aivars »

What are you missing exactly?
Blumentals Software Programmer
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: Autoprefixer CSS

Post by pety »

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...
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Autoprefixer CSS

Post by Aivars »

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.
Blumentals Software Programmer
Post Reply