Neat
Version 4.0.0
A lightweight and flexible Sass grid
- Ask questions on Stack Overflow and file bugs on GitHub.
- Find feature and API changes in the change log.
- Follow us on Twitter for announcements.
Installation
If you are using Ruby on Rails, Middleman, or Jekyll, install Neat using RubyGems. Just add the following to your Gemfile
.
gem "neat"
Alternatively, you can install Neat with Bower, Ruby, or NPM. You can also use the Neat CLI tool to install Neat in the current directory.
gem install neat
neat install
Next up just import Neat in to your scss files by placing the `@import` in to the top your sass file.
@import "neat";
πππ
You're all set from there! If you need more info you can check out the detailed Installation instructions in the README or check the documentation on how to get started.
Welcome to the family
π
Neat also works great with Bourbon and Bitters, They are all lightweight and easy to work with so itβs a blast to try them out and see if theyβre right for your next project.
Bourbon
A lightweight Sass tool set.
stars
8,520
Forks
924
Neat
A lightweight and flexible Sass grid.
stars
4,440
Forks
422
Bitters
Scaffold styles, variables and structure for projects.