Skip to content

๐Ÿ“ˆ Flynn is a CSS grid I use for personal projects

Notifications You must be signed in to change notification settings

daviddarnes/flynn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

70 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Flynn

A CSS grid

A grid that doesn't fill up your CSS with glossy buttons, overworked typography base or styles that you'll never use. I've used this on a number of projects and I think it gets the job done. Feel free to use it if you like.

Its just a grid.

Demo page

v2 Changes

  • CSS Grid spec properties have been added, behind an @supports query
  • Due to the change to the Grid spec, the [shift-] only works from the very left on the first item. Would recommend checking this behaviour in your supported browsers
  • The main file has been switched to the scss file, expected the most desired file

Usage

npm:

  1. npm install --save https://github.com/daviddarnes/flynn.git
  2. Import the file with your normal project process

Manual:

  1. Copy the grid.css, grid.scss or grid.less file into your project
  2. Done

Bower:

  1. bower install --save https://github.com/daviddarnes/flynn.git
  2. Import the file with your normal project process

Credits

Inspired by: