-
-
Notifications
You must be signed in to change notification settings - Fork 847
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 complex CSS files to SCSS #390
Conversation
@6km is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel. @reactplay first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@nirmalkc can you review? |
@6km Please resolve merge conflicts. |
done |
Here is my recommendation about the SASS file structure. This approach will be much easier to maintain and reuse in the long run. src/ Though we are in SCSS eco-system, lets continue to use CSS4 Variables for any direct exposure of visual properties. |
@atapas , should we continue to rely on Google Font repo for direct font include or shall we keep the fonts in our local git folder, so that we dont rely on them anymore? I am fine with either way, but keeping it in our local repo-reduces the dependency.
|
We can keep them in local. |
@atapas and @6km have we decided to keep the SCSS files within the respective folders like header, platlist etc.,? If yes, then we are good to merge. |
@nirmalkc I would look for suggestions here. What would be best for the long run? Please remember, the plays will go to a separate repository soon. So its better if the respective artefacts stay close by. |
Play specific scss can be bundled in the same folder. Whereas the platform code can be structured as per my above recommendation, atleast the base, components and layout part. |
@6km , if can you please take care of the file structure changes, I think we are good to merge. |
I agree with you, I think that this will be better to maintain and easier to understand for new contributors. I will work on it ASAP. |
@6km , can we atleast bring the common areas like the variables, typography, buttons in separate SCSS? |
I'm working on the new file structure right now, sorry for being late |
@nirmalkc I have been working on the new file structure, can you re-review please? |
@nirmalkc can you taka a look? |
@6km resolve merge conflicts |
done |
can anyone review please? |
@6km It's ready. I just want someone to test it well and confirm. |
Hi @6km can you please resolve the conflicts? @vasantisuthar as you are testing it, please provide your updates. We want to merge it asap as the changes will lead to merge conflicts very often. |
Will update you tomorrow |
I have wrongfully merged this PR with 0 commits, I will open another one tomorrow, please be ready to review it 🙏 |
Description
Convert complex CSS files to SCSS
Fixes #374
Type of change
How Has This Been Tested?
Locally
Checklist: