Open disha1202 opened 1 year ago
[x] Remove font family from every where if it is 'Albert Sans', sans-serif as we have defined it globally in app.vue
'Albert Sans', sans-serif
app.vue
[x] There are two :root defined in variable.css file, remove one of them
:root
[x] Remove all the CSS variables and and only keep those which are being used repeatedly, also improve the name of the CSS variables.
[x] Remove px from everywhere
px
few of the changes already done in first PR will reflect after merge
[x] Remove font family from every where if it is
'Albert Sans', sans-serif
as we have defined it globally inapp.vue
[x] There are two
:root
defined in variable.css file, remove one of them[x] Remove all the CSS variables and and only keep those which are being used repeatedly, also improve the name of the CSS variables.
[x] Remove
px
from everywhere