Questions tagged [inuit.css]

An object-oriented CSS framework using the SMACSS pattern and BEM syntax.

Inuit.css is a Sass-based object-oriented CSS framework designed by Harry Roberts. It provides CSS functionality (a responsive grid, typographic vertical rhythm, etc), and avoids providing aesthetic styles.


Resources :


Related tags :

5 questions
3
votes
1 answer

After freshly installing compass-inuit we get an error while starting up "compass watch"

We just created an compass project like described in the compass-inuit manual. When we now start "compass watch" we get the following error message: user@VirtualXubuntu:/tmp/compass-test/my_project$ compass watch >>> Change detected at 12:23:22 to:…
gue
  • 1,099
  • 2
  • 9
  • 18
2
votes
1 answer

Increasing the width of a 960px css grid

After sampling plenty css grids, i found love in the inuit.css grid (especially the negative margin gutter technique), i only wish it was wider. Due to my lack of in-depth knowledge in grids and responsive/adaptive web design i was wondering: Where…
Jeele Yah
  • 427
  • 7
  • 12
2
votes
1 answer

How do I override form styles in inuit.css?

Is there a recommended way to override/alter the form styles in inuit.css? The inuit.css/base/_forms.scss has a rule setting label tags to display: block;, which is breaking a CMS I'm using. Certainly I could modify this file, or remove the import…
joelt
  • 2,672
  • 2
  • 24
  • 32
0
votes
1 answer

CSS media object: Clearfix vs overflow

I recently came across this implementation of the OOCSS media object in the inuitcss framework: .#{$inuit-media-namespace}media, %#{$inuit-media-namespace}media { @extend %clearfix; display:…
Sven
  • 12,997
  • 27
  • 90
  • 148
-1
votes
1 answer

Facing Problems compiling inuit.css in CodeKit

I have 3 files in the sass/ directory , they are style.scss _responsive.scss & _defaults.scss And I also have a vendor/ directory (outside the sass\) which contains the latest version of inuit.css from…