-
Notifications
You must be signed in to change notification settings - Fork 9
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
convert css files to sass and refactor code #61
Comments
Hello, I am a Seneca student currently taking Topics in Open Source Development. I have chatted with my professor (@humphd) about contributing to an OSTEP repository for Hacktoberfest, and working on this issue for the OSTEP dashboard seems like a great opportunity to do so. If possible, may I request permission to work on this issue? I would alternatively be happy to drop by CDOT in person to chat more about how I may help out. Thank you very much, Rafi |
cc @manekenpix and @miggs125, who are both in my open source class, and also work or have worked in this repo as well. Perhaps one of you can help guide @manekenpix so he can contribute too? |
@Silvyre feel free to take on this issue for Hacktoberfest. |
Thank you very much, everyone! I look forward to working with you! |
@manekenpix @miggs125 Thank you! I'll certainly be in touch! |
Thanks to the help of @miggs125, I have been able to successfully run the OSTEP Dashboard locally via Within the next three weeks, I plan to apply the knowledge I am gaining from a Udemy course (also recommended by @miggs125) to finish the work started on the issues/61-convert-css-to-sass branch. |
* It uses Gulp for processing Node Sass * I've split the headings into partials, and call them in app.scss which is output to css/app.css * You need to run `gulp sass` for it to compile
Convert css files to sass and refactor code #61
The style files are, specifically App.css is getting rather large and needs to be refactored and modulated in order to keep the codebase maintainable as the project scales
The text was updated successfully, but these errors were encountered: