Books-Paradise
Books-Paradise copied to clipboard
Format Code
- Add/Create a js folder and move javascript files in js folder.
- Inline styling in .js files should be in style.scss.
- Make sure that your are making styling changes in style.scss file not in style.css file.
Please assign this to me. I would like to try.
@keivalya Are you working on this?
Hey @jatiinyadav ! Can you elaborate a little bit on how to accomplish 2 and 3. I am not sure what it actually means.
You have to remove
inline css
from javascript
files and create class/id
in style.scss
file.
Use Live Sass Compiler if you're using Visual Studio Code (VSCode)
and enable the live sass compiling. Live Sass Compiler
- Do styling changes in
style.scss
file. - Click on
Watch Sass
at the bottom of yourVSCode
.
- Your
Sass
Folder will look like this:-
- If you are facing any difficulties you can refer to this documentation.
Thank you so much, I will get it done as soon as possible.
@keivalya Are you working on this?
I am sorry, I have exams from tomorrow and hence, won't be able to work on this issue any longer. Sincere apologies for the same.