If you’ve been using Sass for a while, but find yourself writing seemingly basic code that doesn’t look very different from vanilla CSS, then this article is for you. We’ll explore ten ways to put Sass to use, taking advantage of some...
Read More Sass Tips to Take Your Skills to the Next LevelTag: Sass
Get Loopy with Sass
Whether you use Sass/SCSS, Less, or Stylus to compile your CSS, one thing’s for certain; it just makes life much easier. These preprocessors give us access to variables, necessary calculations, and powerful mixins that allow us to take our front-end workflow to...
Read More Get Loopy with SassBrackets for WordPress: 2016 Edition
I have been an avid Brackets user since 2013. It’s a free, lightweight, open-source code editor that is perfect for beginners and experienced developers alike. One of my favorite features of Brackets is the number of extensions available to allow users to tailor...
Read More Brackets for WordPress: 2016 EditionA Strategy for Styling Gravity Forms
Over the past few weeks, there has been a lot of work done to the starter theme we use at WDS, known as wd_s. Everything from incorporating a pattern library, migrating our build system from Grunt to Gulp, and adding some really great...
Read More A Strategy for Styling Gravity FormsUsing Sass Mixins to Power Your Projects
If you’ve followed along the WDS blog/Github/Twitter etc, you’ll know pretty well by now we’re a team that uses Sass as a part of our daily workflow for front-end styling. Sass is a powerful CSS preprocessor tool and it’s awesome. If you’re late...
Read More Using Sass Mixins to Power Your ProjectsGetting Sass-y with Color Functions
I love me some Sass. I also love the color purple, as you’ll discover below. I think part of the reason I dig SCSS is because you can dip your toes in gradually, which is less overwhelming. As time goes on, you...
Read More Getting Sass-y with Color FunctionsUsing Sass to Manage Layers with z-index
On a recent project, I started to feel a bit overwhelmed with managing numerous layers with z-index. The thing about z-index is that all of the layers have to be in order, so I end up with multiple z-index declarations in multiple files...
Read More Using Sass to Manage Layers with z-indexCreate Simple Inline Media Queries with include-media
Lately, I’ve been thinking that our current method of using inline media queries throughout our Sass partials has not been flexible enough for the projects we’ve been building. While it was simple and allowed for easy implementation, I think it is time...
Read More Create Simple Inline Media Queries with include-mediaGetting Started with SassDoc
SassDoc is to Sass what JSDoc is to JavaScript: a documentation system to build pretty and powerful docs in the blink of an eye. – SassDoc.com So your team is using Sass, and everybody is whipping out amazing @mixins, @extends, custom functions,...
Read More Getting Started with SassDoc