-
Hugo...
I'm curious if it would be possible to support non-mixin/function documentation? I'm needing something like http://sassdocjs.com/doc/, but [that repo](https://github.com/mattbieber/sassdocjs)…
-
"Only use class names in selectors, no IDs or HTML tag names."
This means we're enforcing something being more specific than required. If I only need to specify a class + html element, then that's wh…
-
At the Designathon @GarthDB and I attended this last weekend, I worked on a baseline but open styleguide for the general site.
As is, it's bare-bones, basic and simple. Perfect for enhancements from …
-
Задание: сверсать по [wireframe](http://en.wikipedia.org/wiki/Website_wireframe) https://moqups.com/sudodoki/KljcOP8V. Из особенностей: в левом верхнем углу - переключалка между 3мя видами одной и той…
-
gem 'rails', '4.1.5'
gem 'sqlite3'
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
gem 'turbolinks'
gem …
-
Berea St. is reporting an issue with IE8 and how it handles `max-width` on images in certain situations:
http://www.456bereastreet.com/archive/201202/using_max-width_on_images_can_make_them_disappear_…
-
Take Jeet math and turn it into an externally loaded script that will scrape a page for elements with various `data` attributes (e.g. ``). It will then assign the appropriate `width`s/`margin-rights`/…
-
I recently started a project where I wanted to use some components from Bootstrap, some from Inuit, and some from OOCSS. I really wanted to pick the _best in class_ component for each use case, but I …
-
ID selector are useful to stylize unique elements like `#sidebar`, `#footer`, `#logo`
If you don't allow IDs because they are nor reusable, you need also to disallow all unique selector like `html`, …
-
For 1/3 columns there is a gap on the far right on iOS. I think this has to do with subpixel rounding.
I got this code from @stubbornella (https://github.com/stubbornella/oocss/blob/master/core/grid…