cleanup
This commit is contained in:
parent
f4fdb6d642
commit
331a0058d4
24 changed files with 1 additions and 25 deletions
|
@ -3,7 +3,6 @@ title: Generating a responsive CSS grid using Neat
|
|||
date: '2016-07-24'
|
||||
draft: false
|
||||
tags: ['development', 'css', 'sass']
|
||||
summary: I use a responsive grid system for this site (and a number of other projects) that's generated by pulling in Thoughtbot's Neat framework.
|
||||
---
|
||||
|
||||
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:"
|
||||
|
|
Reference in a new issue