Friday, 20 October 2017

How we use Sass and Gulp in our WordPress theme & plugin development workflow


It’s been quite a while now since we’ve completely abandoned vanilla CSS for a CSS preprocessor (more than four years actually) and more specifically for Sass (with SCSS syntax). There are quite a few reasons why we did that, and the main one is improved DX (developer experience) along with easier plugin integrations. Simply put, Sass used to be (and still is) a much more powerful language than vanilla CSS, especially if you’re concerned with older browser support (i.e… IE ¯\_(ツ)_/¯). I’ve found that the need for variables, conditionals, mixins, rule nesting, along with color functions and all the goodies a preprocessor comes with is much more apparent within the WordPress theming context where you wish to provide multiple color schemes for your theme or tame popular WordPress plugins to match your theme’s design and layout.
That said, I’m not here to sell you on CSS preprocessors right now, this piece is an overview on how we use Sass with Gulp in our theme and plugin development workflow, and how to incorporate the same workflow to your theme, if you so wish.
Our specific requirements
Back when we started exploring how we’d
Source: https://managewp.org/articles/16350/how-we-use-sass-and-gulp-in-our-wordpress-theme-plugin-development-workflow




source https://williechiu40.wordpress.com/2017/10/20/how-we-use-sass-and-gulp-in-our-wordpress-theme-plugin-development-workflow/

No comments:

Post a Comment