-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fatima/cookiecutter sass #313
Conversation
Gotcha! I've gone ahead and moved the boilerplate code to have that import at the top of the scss files in both affected cookiecutters. I'll go ahead and test this way before requesting someone else's review. I am curious about CDI though, as this was the model I was using and it has this import at the bottom of the file? |
on another note, looks like Dart Sass has phased out I need to take some time to figure out which version of Sass we use, but here's the Dart Sass Github repo Update: |
Overview
This PR adds Bootstrap and Sass as dependencies in
package.json
, adds thedevelop
script topackage.json
, and adds astatic/scss/custom.scss
file with the boostrap style import to facilitate overriding Bootstrap styles with Sass on apps we set up with the Django and Wagtail cookiecutter boilerplates. It also adds a bit of documentation and helpful links in thedocker/templates
README.Handles #308
Handles #319
Notes
Testing Instructions
docker-compose up --build
docker-compose exec app npm run-script develop