-
Notifications
You must be signed in to change notification settings - Fork 97
Added Bootstrap option #3
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
Conversation
I think that this is awesome. |
…r some reason. changed from '~bootstrap/scss/bootstrap' to '../../../node_modules/bootstrap/scss/bootstrap'
Awesome stuff @AndreyAzimov 🍻 |
* main: Don't enhance test:prepare unless it exists (rails#9) Ensure bin/dev is executable (rails#8) Bump version for 0.1.4 Exclude .keep file from .gitignore Mention required npx version in readme Bump version for 0.1.3 Ensure port 3000 Bump version for 0.1.2 Add bin/dev to run multiple processes Update Readme: fix stylsheet tag method
Or Sprockets will try to install sassc!
Is this for webpacker use only ? Is it strange that there are specific framework options but only when using webpacker - especially when this is (rightly) not the default method now. sass bootstrap support with esm js imports would be a nice option (although pretty trivial to do manually) |
No, this does not require Webpacker. You can use it with either importmaps or jsbundling-rails. |
aah - I saw yarn being used and assumed it was webpacking - is yarn a base requirement for rails now ? |
Nope. Just a requiring for using node-based bundling tools. |
I found bootstrap 5 needs to go through autoprefixer or some styles don't work. I'm dragging in |
Run:
rails css:install:bootstrap