loominade

Results 13 issues of loominade

A useful feature could be a _Dependencies_ section. Here a mockup: ``` sass // Buttons // // A cool submit button. // // Markup: // // Styleguide: forms.button [type="submit"] line-height:...

it is hard to understand what exactly it is what the app does, looking at the demo gif. I think it could be solved if the last frame of the...

it seems to work only with vertical scrolling. here I changed the demo to a horizontal scrolling: http://jsfiddle.net/loominade/3fk2z0vm/ the default scrollIntoView function works with both directions

I minified a font with fontmin. I used [this demo repro](https://github.com/junmer/gulp-fontmin-demo). The Demo can be found here: https://jsfiddle.net/nvtwsoo4/2/ Internet Explorer 11 thinks, there is no SPACE character in the font,...

lets say I have a grid layout, where I want to draw ab H where certain regions are intentionally left blank: ```css .grid { grid-gap: 1px; grid-template-columns: repeat(3, 1fr); grid-template-rows:...

`className` is not a valid html attribute

The answer is… ![uniforms](https://cloud.githubusercontent.com/assets/11677380/10279954/0413dbdc-6b6a-11e5-9f56-9611fa9fbd33.jpeg)

So some modules might not work with it. For instance the core [color](https://www.drupal.org/docs/8/core/modules/color/overview) module. Its not possible for the module to alter colors in css files delivered with ui patterns.

Bug