Geoff Kimball
Geoff Kimball
Add support for a `static/` folder that copies its contents as-is. Implement this after #143 is done.
Every page gets a `{{ pages }}` variable, which is an array containing data on all pages. Each page is an array of the format `[vinylFile, pageBody, pageData]`. This should...
If media query CSS is passed into the `extraCss` option and `preserveMediaQueries` is `true`, or if CSS is added through a `` tag, the media query-specific CSS isn't preserved in...
When the CLI finishes installing, it should check if the user's machine has a `foundation` command and give a warning. The warning will fire if you have the Ruby CLI...
Here are some things we want to add or change to the JavaScript API. `animateIn` and `animateOut` would be renamed `transitionIn` and `transitionOut`, to make it less confusing that a...
The framework is missing form error styles. Luckily, Angular has some form validation classes built-in which we can tap into. Style-wise, we can borrow some of the error patterns from...
- [ ] JavaScript - [ ] Copy button - [ ] Kitchen sink - [ ] Search - [ ] Table of contents - [x] Handlebars helpers - [...
Log to the console when the file has been written to disk: ``` [10:58:00] Created scss/settings/_settings.scss with 32 sections and 234 variables in 0.23s. ```
- [ ] CLI Interface - [ ] Configure paths/groups with a config file - [ ] Combine variables from multiple sources into one file - [ ] Migration guide...
Add the means to sub-group variables within a component. SassDoc doesn't have this built-in yet. ``` scss //// /// @group base-typography //// /// Header color /// @subgroup header $header-color: black...