-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Features suggestions #65
Comments
SASS would definitely be good now that LESS is no longer an option. Zurb would be an interesting alternative to Bootstrap, and I've been interested in playing with it but haven't had the chance. One thing I've absolutely fallen in love with is AngularJS (http://angularjs.org) for an application framework. I would believe it would integrate into Initializr really easily. Here are some things that I've been interested in:
Anyway, I'm not suggesting you add all of these things. I just thought I'd share what I'm looking into for my web application development toolkit. Thanks again for all your hard work :) |
Why Bootstrap have not longer the options for LESS files? :( |
I removed the Less option mostly because:
I would recommend learning more about CSS Preprocessors to understand why Sass is a better choice. You should also take a look at the latest Sass features with this article from @chriseppstein about Sass 3.2 which is amazing. There are Sass versions of Twitter Bootstrap like this one by @jlong, and I will probably add a Sass option based on it at some point. I know this is annoying if you were used to Less, but the transition to Sass is really easy and trust me, it's for your own good :) |
Thanks for the informations: you've convinced me. Soon I'll try Bootstrap with SASS. |
Here, it's in the slides :) |
Thank you, I did not see it :) |
Do you think about add jQueryUI to your project. SASS is very good choice. |
Have you thought about adding Font Awesome and/or Font Awesome More less sass |
Adding a selection of development tools would be really nice as well. Live.js Livereload Less.js Compiler Sass.js Compiler |
👍 for Zurb Foundation As much as I love Bootstrap, I've found myself starting to use Foundation more and more. |
+1 for h5bp w/ Zurb foundation from my side too! I really love twttr bootstrap, but I just prefer more zurb's grid system with large-X small-Y option... |
@Lucidpaper just replace @import sprites.less with font-awesome's less file in bootstrap.less and recompile, and you'll have font-awesome, else, there's already a css file which also has a reset for bootstrap icons, so they're not displayed repeatedly those with same names, as a bg from bootstrap and as content from font-awesome |
I second the Foundation integration with h5bp |
👍 for ZURB Foundation and SASS. |
I want to keep Initializr as simple as possible, but some new features might be interesting to have.
The ones I'm currently considering:
The text was updated successfully, but these errors were encountered: