zachacole / Simple-Grid

A simple, lightweight CSS grid
883 stars 119 forks source link

Add Stylesheet with no text styles #8

Open zachacole opened 8 years ago

mattfelten commented 8 years ago

+1 I'd love to use just the grid framework part

abinxzh commented 8 years ago

Changed your mind on #2?

jonmalave commented 8 years ago

+1 to this! Please remove text styles, as when I think of simple grid, I just expect a grid; nothing more. It's an easy fix on my end... overall nice work!

iandk commented 8 years ago

+1

sgnl commented 7 years ago

If anyone is interested, I've removed the typography styles on my fork. I've also done other things as well such as added a build process via postcss (prefixing and minification)

nltesown commented 6 years ago

I discovered this repo after trying to isolate the grid part of several responsive css frameworks... I need the grid, nothing but the grid, so I was disappointed to see a typography part. But it looks good anyway.

BelleNottelling commented 9 months ago

I've started a fork of this repository to do some cleanup and improvements.

One of these improvements was to separate the typography CSS into it's own file so it has to be explicitly included. Usage is nearly identical to this project except some changes to how breakpoints work and switching the grids to use the flexbox layout.

Anyone who's interested in such a project can find it at https://simplegrid.hostbybelle.com/ or https://github.com/HostByBelle/Simple-Grid-Plus.