Should I include the "no prefix" plugin on my site?

No prefix is a cool plugin from Lea Verou. This helps the developer write a CSS3 selector without a prefix. I wonder if it's worth including it on my site.

I have a website with some CSS3, and I want to know if loading a JS file that changes CSS after page loading can slow down the rendering speed of my pages and affect client-side performance?

+5
source share
2 answers

Of course, running Javascript that modifies your CSS reduces the performance of your site, both in terms of JavaScript execution time and (re) rendering your site.

, javascript CSS. , SASS LESS, CSS CSS . , , css , , .

, , .

: , http://lessprefixer.com/ - Sass http://compass-style.org/

+7

, , , FOUC.

, , LESS. , css, css . css-prefix.

+2

All Articles