Skip to content

Commit 5521fd7

Browse files
davemobtford
authored andcommitted
fix(wording): clarify compass/scss feature prompt
- this better clarifies what experience the user can expect if they answer yes to the compassBootstrap prompt, specifically that the .scss (not .sass) version of bootstrap will be used - aside: I waffled on whether to include `(requires Ruby)` at the tail end of the message, but decided against it as the default error message the user sees when they don't have ruby installed is pretty explicit.
1 parent 1d6f3fb commit 5521fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Generator.prototype.askForBootstrap = function askForBootstrap() {
8585
}, {
8686
type: 'confirm',
8787
name: 'compassBootstrap',
88-
message: 'Would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)?',
88+
message: 'Would you like to use the SCSS version of Twitter Bootstrap with the Compass CSS Authoring Framework?',
8989
default: true,
9090
when: function (props) {
9191
return props.bootstrap;

0 commit comments

Comments
 (0)