chore: format and clean up tags

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:27:45 -07:00
parent cb0573ae2d
commit 5d1e198140
No known key found for this signature in database
64 changed files with 76 additions and 76 deletions

View file

@ -2,7 +2,7 @@
date: '2016-07-24'
draft: false
title: Generating a responsive CSS grid using Neat
tags: ['development', 'css', 'sass']
tags: ['development', 'CSS']
---
I use a responsive grid system for this site (and a number of other projects) that's generated by pulling in Thoughtbot's [Neat](http://neat.bourbon.io/) framework.<!-- excerpt --> To generate the framework for this grid, I've put together a simple SASS/SCSS mixin that looks like the following:"

View file

@ -2,7 +2,7 @@
date: 2016-12-31
draft: false
title: Updating to the latest version of git on Ubuntu
tags: ['Javascript', 'development']
tags: ['JavaScript', 'development']
---
[A fantastastic read](https://medium.com/javascript-scene/top-javascript-frameworks-topics-to-learn-in-2017-700a397b711#.2micvl2c8) by [Eric Elliott](https://ericelliottjs.com) on what to stay on top of in the ever-changing JavaScript ecosystem in 2017.<!-- excerpt -->