Skip to content

Conversation

@LinusBorg
Copy link
Member

@LinusBorg LinusBorg commented Jul 9, 2018

CLI should inform earlier that PostCSS, Autoprefixer and CSS Modules already being supported.
closes #1655

Just a UX improvement. Without this, people might think they have to select "yes" for "Add Pre-Processor support" to get PostCSS, only to realize that they can't (and don't have to) and must start over if they don't want to select any of the pre-processors offered.

CLI should inform earlier that PostCSS, Autoprefixer and CSS Modules already being supported. closes #1655
@LinusBorg LinusBorg changed the title fix(cli): Iform ealier in promts about PostCSS fix(cli): Inform ealier in promts flow about PostCSS Jul 9, 2018
name: 'CSS Pre-processors',
value: 'css-preprocessor',
description: 'Add support for CSS pre-processors like SASS, Less or Stylus',
description: 'Add support for CSS pre-processors like SASS, Less or Stylus (PostCSS is always included)',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This will only be displayed in the UI.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ^^

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...in the UI we can go back& forth anyway, right? Then maybe we have to solve this another way.

Don't want to make the nameprop disproportionately long compared to other prompts with this ...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message key is used by inquirer.js for the prompts.

@LinusBorg LinusBorg changed the title fix(cli): Inform ealier in promts flow about PostCSS WIP: fix(cli): Inform earlier in promts flow about PostCSS Jul 10, 2018
@LinusBorg LinusBorg self-assigned this Jul 17, 2018
@LinusBorg LinusBorg closed this Sep 29, 2018
@LinusBorg LinusBorg deleted the LinusBorg-patch-issue-1655 branch October 14, 2018 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment