Skip to content

An extremely flexible & extensive HTML5 based grid system for rapid prototype & website development.

License

Notifications You must be signed in to change notification settings

richmwatts/Litegrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litegrid

Litegrid in it's current form is an extremely flexible grid system. However, it is hoped Litegrid will eventually evolve into an extensive framework that will enable you to take your projects from the sketching stages right through to shipping the final product.

Prerequisites

Why Choose Litegrid?

  • It's extremely customizable
  • It contains two grid systems
  • Easily nest and offset your grid
  • It's semantic*
  • Superb browser support
  • It's lighting quick to use
  • Built using the preprocessor SCSS
  • Extensive documentation & support
  • It's not BootStrap

*It's semantic in the way that it removes presentational classes. It is 100% your responsibility to create semantic class names.

The Syntax

The syntax is effortless, there are no presentational classes (except the row class, which you can easily attach to a HTML5 <section> tag). Other than this you will choose your class names.

   <section class="row">
       <article class="blog">
           Content here
       </article>

       <aside class="sidebar">
           Content here
       </aside>
   </section>

It is literally down to you to make your class names more semantic and meaningful.

Getting Started

Download/clone this repository and compile the SCSS into raw CSS via the method relevant to your platform. Eg. The Terminal if you're running OS X.

You can then open index.html in your chosen browser and see the proof of concept grid system.

I've released a screencast showcasing how to get started with the Litegrid grid system here: http://www.youtube.com/watch?v=IkdhIdg1U60

There is also quick reference guides for you to refer to inside the style.scss & grid.scss files.

Browser Support

Litegrid's grid has amazing cross browser support.

  • IE 8 + IE 9 +
  • Firefox 3 +
  • Chrome ALL
  • Safari 4 +
  • *Opera 10 +

Litegrid's is supported all the way down to Opera 10 but users may experience some minor subpixel rendering differences in older versions of Opera. Litegrid is a project created & maintained by @richmwatts

About

An extremely flexible & extensive HTML5 based grid system for rapid prototype & website development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages