Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart doesn't include HTML5 Boilerplate CSS #427

Closed
jimray opened this issue Sep 13, 2012 · 5 comments
Closed

quickstart doesn't include HTML5 Boilerplate CSS #427

jimray opened this issue Sep 13, 2012 · 5 comments

Comments

@jimray
Copy link

jimray commented Sep 13, 2012

Using 'yeoman init quickstart' scaffolds an HTML 5 Boilerplate project, which is great, except that it doesn't seem to contain the HTML5 normalize.css and main.css declarations.

Yeoman looks wonderful, btw.

@addyosmani
Copy link
Member

Thanks! This is actually by design. We made a decision not to include normalize as we currently opt for Twitter Bootstrap, which includes its own resets as our default. If we change our mind about this in the future however its certainly possible we might reconsider including normalize. This doesn't stop anyone customizing generators/creating generators based off quickstart that do include normalize though :)

@sindresorhus
Copy link
Member

@jimray Bootstrap embeds a slightly modified version of Normalized.

@devinrhode2
Copy link
Contributor

-1 I'd rather see an option asking if I want twitter bootstrap, despite it's huge adoption. I could see wanting bootstrap in most situations, however.

@addyosmani
Copy link
Member

fwiw, we may be removing quickstart completely for 1.0 so this issue will resolve itself.

@sindresorhus
Copy link
Member

It's already removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants