Questions tagged [neat]

Neat is an open source semantic grid framework built on top of Sass and Bourbon.

What is it about?

Neat is a semantic grid framework built on top of Sass and Bourbon. It is simple enough to get you up and running in minutes, and powerful enough to handle any responsive layout you can dream of.

Why another grid framework?

Because we are not happy with other frameworks. We built Neat with the aim of promoting clean and semantic markup; it relies entirely on Sass mixins and does not pollute your HTML with presentation classes and extra wrapping div's.

It also aims to stay as lightweight as possible; just enough to handle the most common grid uses in modern Web design.

Is it responsive?

Yes. You can even change the grid settings in a specific breakpoint.

Alright. How do I get started?

Install Neat and its dependencies, read the documentation and check the examples page if you get lost. If you want to use Neat on your Rails app, there is a gem for that. Feedback? If you think something is broken or can be improved, fork the repo. You can also tweet your questions or suggestions at https://twitter.com/kaishin and https://twitter.com/kylefiedler.

Bourbon and Neat are maintained and funded by thoughtbot, inc.

Links

Related tags

305 questions
-1
votes
1 answer

how to fix the column height equal to another column height which is quite bigger in neat?

ive been using foundation and i am brand new to neat. i want to know how to set the column height wqual to the second column height or maybe minimum heignt equal to second column. thanks. Thanks.
designerNProgrammer
  • 2,621
  • 5
  • 34
  • 46
-1
votes
1 answer

Margin right ignored in bourbon neat?

http://cdpn.io/ezIxj I'm working on a portfolio site and would like each project box to span 4 columns on all layout sizes. Their width seems to be correct based on the column grid shown. But why do the right margins get ignored by the browser??
gnarbarian
  • 31
  • 3
-2
votes
1 answer

Machine Learning Flappy Bird, pygame not opening window

I am following a tutorial by Tech with Tim on how to create a Machine learning program that learns how to play flappy bird. I finished the coding but pygame will not open a window for me to see the game. I have tried moving my command or using…
Jeevan Shah
  • 25
  • 2
  • 7
-2
votes
1 answer

How to render from ob openCV

In my python neat code I am using opencv to downscale and covert into gray every frame of the environment. what I want a archive is that opencv opens a window displaying the frame/ video that is it processing. In short I want to view the the neat…
-2
votes
3 answers

How does Bourbon change the font size when you change your browser size?

I am using Thoughtbot's Bitters/Neat/Bourbon stack. When I resize the browser window, the font size is changed to match the available space. However, when I change the contents of the screen via JS, the font size is not updated. How can I update the…
Eric
  • 5,815
  • 3
  • 25
  • 34
1 2 3
20
21