Tag: Less

  • WP-SCSS Plugin Adds Sass CSS Preprocessor to WordPress Themes

    WP-SCSS Plugin Adds Sass CSS Preprocessor to WordPress Themes

    Last week we featured a plugin that adds the Less CSS preprocessor to WordPress themes. Several of our readers were wondering if there was a Sass equivalent to the plugin. Although not structured entirely the same as the Less Theme Support plugin, which uses add_theme_support, the WP-SCSS plugin provides a decent Sass counterpart. WP-SCSS compiles…

  • New Plugin Adds Less CSS Preprocessor to WordPress Themes

    New Plugin Adds Less CSS Preprocessor to WordPress Themes

    Many WordPress developers opt to use the Less CSS preprocessor to speed up theme development. Its availability of variables, mixins, and functions allows you to do more with CSS and to do it more efficiently. It also makes it easy to compile and minify files for production use. However, the initial setup for adding Less…