Garth Braithwaite

Results 58 issues of Garth Braithwaite

- [x] [`style` meta data on package.json](https://github.com/topcoat/button/blob/rework/package.json#L6) - [x] [Update base component extension](https://github.com/topcoat/button/blob/rework/src/topcoat-button.css#L39) to use [placeholders](https://github.com/topcoat/button-base/blob/rework/src/button.css#L20) - [x] [Update imports](https://github.com/topcoat/button/blob/rework/src/topcoat-button.css#L18) to use [published npm package name](https://github.com/topcoat/button-base/blob/rework/package.json#L2) - [x] [requires an...

Not sure what's happening with the variables. They are different in the source, but coming though the same. ![topcoat 2013-08-24 01-21-46](https://f.cloud.github.com/assets/125516/1020380/382237be-0c96-11e3-9ab7-5f99cb09642d.jpg) opposite of small.

Make a basic [Topdoc](https://github.com/Topdoc/topdoc) theme for demoing individual components.

Each component needs [Topmarks](https://github.com/topmarks/) added to it as a local testing tool, and will also be used as an automated test on commit. As of right now, there are just...

Base components are essentially component-specific resets. We might find some of these could be combined as we are going through them, but here's a rough list (we can break them...

We can break these into separate issues if needed: - [ ] Typography - Default - [ ] Alert - Default - [ ] Alert - Error - [ ]...

Going through [`lib/feed.xml`](https://github.com/jekyll/jekyll-feed/blob/master/lib/feed.xml#L24) I noticed it generates the feed's main author tag only from author data set in the main config. Would there be any benefit to adding support for...

has-pull-request

I'm going to be adding this to our Rake tasks, but I'm just doing the simplest solution: sh "bundle exec mdl" It would be nice to have better Rake integration....

enhancement

The default config file name for scss-lint is [`.scss-lint.yml`](https://github.com/brigade/scss-lint#configuration). Can hound default the scss config file to that if it is present in the root? Right now I have a...

enhancement