Michael Carruthers

Results 8 issues of Michael Carruthers

Today I came across the issue that `column` unset my `text-align`, because it adds `text-align: inherit`. As I am working mobile first, to solve this I would need to re-set...

It's not a big thing to implement ([we have a section on how to do that in the docs](https://docs.flyntwp.com/guide/core/customization/#changing-the-styling-language)) and it was requested in the initial feedback on reddit [[1](https://www.reddit.com/r/webdev/comments/6i80tn/flynt_a_component_based_modular_and_modern/dj4fz8u/)][[2](https://www.reddit.com/r/webdev/comments/6i80tn/flynt_a_component_based_modular_and_modern/dj4z3fv/)]....

feature
watchlist

I wanted to share some generic options across field groups and expected I would be able to do this, since it's possible already across components, features, and post types. Unfortunately,...

feature

How to duplicate: 1. Make a module with a text field with the name "Item". 2. Add the module to a page, enter some dummy text to the "Item" field...

bug
on hold
rfc

Components could then have editor-style.styl which is compiled & added as a Wordpress editor style (`add_editor_style`).

enhancement
on hold

The node version is only checked half way through `flynt create` (I believe, when it reaches the `installYarn` task) meaning if you have the wrong version, you have to manually...

The error thrown in the [requirements check for `wpCliDotEnv`](https://github.com/flyntwp/flynt-cli/blob/master/src/requirements.js#L28) is custom and not outputting the actual error encountered. I noticed this because in my case the error thrown was misleading...

Trying to run `flynt clone --from local --to development` on 0.2.1 leads to the error: ``` Error: This does not seem to be a WordPress install. Pass --path=`path/to/wordpress` or run...

bug