
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
sag-bourbon-neat
Advanced tools
A fork of the original neat but still a lightweight, semantic grid framework
Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road.
Install the Neat gem using the RubyGems package manager:
gem install neat
Alternatively, you can install Neat with Bower.
Install or update Neat’s dependencies:
gem install sass # or gem update sass
Pro Tip: You can target installation into a specific directory using the
path flag:
neat install --path my/custom/path/
Install the Neat library into the current directory:
neat install
Import Neat in your stylesheet:
@import "neat/neat";
It’s not recommended to add or modify the Neat files so that you can update them easily.
Add Neat to your Gemfile:
gem "neat"
Then run:
bundle install
If you see the error Bundler could not find compatible versions for gem "sass", run:
bundle update sass
Import Neat in your application.scss:
@import "neat";
It should be noted that @import rules are not compatible with Sprockets
directives. You need to use one or the other.
Add Neat as a dependency:
npm install --save bourbon-neat
If you’re using eyeglass, skip to Step 3. Otherwise, you’ll need to add
Neat to your node-sass includePaths option.
require("bourbon-neat").includePaths is an array of directories that you
should pass to node-sass. How you do this depends on how node-sass is
integrated into your project.
Import Neat into your Sass files:
@import "neat";
Pro Tip: Check out this example gulp project that uses Bourbon and Neat.
Uninstall any Neat gem versions you already have:
gem uninstall neat
Reinstall the Neat gem, using the -v flag to specify the version you need:
gem install neat -v 1.8.1
Follow the instructions above to install Neat into your project.
neat [options]
| Option | Description |
|---|---|
-h, --help | Show help |
-v, --version | Show the version number |
--path | Specify a custom path |
--force | Force install (overwrite) |
| Command | Description |
|---|---|
neat install | Install Neat into the current directory |
neat update | Overwrite and update Neat in the current directory |
neat remove | Removes Neat from the current directory |
neat help | Show help |
neat version | Show the version number |
Bourbon: A lightweight Sass tool set
Bitters: Scaffold styles, variables and structure for Bourbon projects
Refills: Components and patterns built with Bourbon and Neat
See the contributing document. Thank you, contributors!
Neat is copyright © 2012 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the license.
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open-source software! See our other projects or hire us to design, develop, and grow your product.
FAQs
A fork of the original neat but still a lightweight, semantic grid framework
We found that sag-bourbon-neat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.