Daniel Guillan

Results 10 issues of Daniel Guillan

We should be able to use `is-` or `has-` as needed. ``` css .o-some-block.is-hidden { ... } .o-some-block.has-children { ... } ```

Improvement

Example: ``` scss @include block('some-block', 'object') { @include modifier('some-modifier') { @include modifies-element('some-element') { ... } } } ``` `some-element` has not been created. Should we throw an error?

Improvement

Log when an element is modified by a parent block/state/hack/theme modifier and prevent possible duplication.

Improvement

Continuation of #13

Add the ability to import custom themes from CSS files.

feature-request

feature

Add a global RSS feed that includes all the categories (except for `people`). And individual feeds to each category and also one for people.

feature

Files could benefit from autoID too! There are multiple use cases where autoID can be very useful. For example when managing downloadable files and logging downloads. Is this something you...

Regressions aren't adequately tracked on tall components because of our current snapshot height setting. We need to increase the height to better support tall components. Example of clipped component in...

brand