archetype
archetype copied to clipboard
Archetype is a Compass/Sass based framework for authoring configurable, composable UI components and patterns.
to: @eoneill I've got an approach right now that works with the default archetype theme: https://github.com/ima007/archetype/commit/699eddfc48884af9a3bd5e136c28696a63a6aa2b I'd love to get feedback on the approach/command line api while I take a...
this should result in a separate extension for glyph icon libraries: - archetype-glyph-fontawesome - archetype-glyph-iconic
- styleguide-[un]freeze-component - prevents a component from being modified - styleguide-remove-component - removes a component - styleguide-alias-component - adds an alias for a component name - styleguide-rename-component - similar to...
- `border-radius` and it's relatives don't currently support `vertical` attribute - need to verify the syntax used for `border-image` shorthand, because current documentation is very ambiguous
`WARNINGS.md` should give an accurate description of each warning/error that Archetype intentionally generates. It should also provide examples that can cause these messages and how to fix your code to...
There are a lot of things that don't have extensive unit tests, which they should. This is something that is crucial that we get on top of before we can...
Consider using [CSS property order](http://markdotto.com/2011/11/29/css-property-order/) for all component definitions. This would be nice for quickly grokking the component, but seems like a pain to maintain, and I not something I...