-
Notifications
You must be signed in to change notification settings - Fork 1
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
User registration styling #17
Conversation
# Conflicts: # templates/base.html
static/src/js/form.jsx
Outdated
@@ -0,0 +1,103 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this path into something else to be more recognizable for what it is? Example src/apps/accounts/registration.jsx
?
|
# Conflicts: # static/src/scss/_variables.scss # static/src/scss/styles.scss # templates/test.html
@richpeters not sure whats going on here but pages aren't loading? |
|
Webpack Node SASS known issue. end runserver process, start again, save .scss file, refresh page |
|
Can I get the URL to the known issue for the webpack? |
webpack-contrib/sass-loader#100 has something to do with importing files. Suggested that you use |
# Conflicts: # apps/accounts/forms.py # apps/accounts/urls.py # static/src/scss/_resources.scss # static/src/scss/global/_navigation.scss # static/src/scss/styles.scss # templates/base.html # templates/group.html # templates/includes/header.html # templates/profile.html # templates/test.html # webpack.config.js # webpack.production.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope @ZATAN won't kill me!
No description provided.