Aaron Mazade

Results 7 issues of Aaron Mazade

This is an oversight that just needs to be removed from the next build. Currently all list items have a bottom margin. If anything they just need natural line spacing...

bug
css
sass

Tent CSS is designed to be unsemantic by nature. The framework is more or less made up by chaining together classes to create components. While this is fine for most...

sass
feedback
enhancement

The docs "Elements" section could use some examples of the elements and how they look with the framework. Right now it is just a list of modified elements.

docs-copy

Currently the distribution file, `tent.min.css` weighs in at 3.7kb gzipped. I am fine with the file growing in size as long as it stays under 5kb gzipped and the inclusions...

css
feedback
enhancement

Quite a bit of the framework uses `map-get()`. While this is a standard Sass function it wouldn't hurt to explain some of it's usage within the context of the framework.

docs-copy

When a card receives a color variation the default border is not being removed or recolored: ``` border: 1px solid #e0e0e0; ```

bug
css
sass

The attribute was listed as "marginTop" in the documentation but in the actual source code it is listed as "topMargin."