>
Download This Plugin | |
Download Elegant Themes | |
Name | CSS Crush for WordPress |
Version | 0.3 |
Author | Codepress |
Rating | 0 |
Last updated | 2012-08-30 05:16:00 |
Downloads |
2350
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
CSS Crush for WordPress plugin added 40 bytes of resources to the Home page and 44 bytes of resources to the sample Post page.
CSS Crush for WordPress plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! CSS Crush for WordPress plugin ads no tables to your Wordpress blog database.CSS allows you to do lots of things, but some features are missing to developers. What about variables, constants, and general faster syntax? Normal CSS can not do that, that is why you have preprocessors, like CSS Crush.
CSS Crush for WordPress allows the use of variables in CSS files.
This plugin will automaticly process all your theme's stylesheets for you! No configuration needed. However, you can customize it from the Settings page.
By default your stylesheet will be minified, cached and have it's vendor prefixes automatically generated.
examples of generated prefixes
/* Before */
div { background: red linear-gradient( left, red, white ); }
/* After */
div {
background: red -webkit-linear-gradient( left, red, white );
background: red -moz-linear-gradient( left, red, white );
background: red -o-linear-gradient( left, red, white );
background: red linear-gradient( left, red, white );
}
example with the use of variables
/* Defining variables */
@define {
brand-blue: #C1D9F5;
helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul, p {
font-family: $( helvetica );
color: $( brand-blue );
}
More Features
Current CSS Crush version: 1.6.1
For a full list of features please visit http://the-echoplex.net/csscrush/.
Related Links:
If you like to contribute a language, please send them to info@codepress.nl.