atom/language-css

Add support for display: flow-root

praveenpuglia opened this issue · 5 comments

Prerequisites

Description

flow-root is a new CSS value that's available for the display property. It should be part of the package to provide autocompletion.

Where did you read that?

Just checking this wasn't another Facebook thing, what with its "Flow" and all.

And the flow-root must've been added to that page recently (as in, since #99).

God only knows what else is missing.

Value autocompletion is handled by https://github.com/adobe/brackets/blob/master/src/extensions/default/CSSCodeHints/CSSProperties.json. If you would like flow-root and friends to be available for autocompletion, you'll need to submit a PR to that repository.

@50Wliu So VSCode seems to be using this package. Hence updating at brackets side will help propagate changes everywhere?