danielgrijalva / overworld-old

:video_game: Discover, discuss and track your video games.
https://overworld.netlify.com/
120 stars 81 forks source link

Convert CSS to SCSS #191

Closed lubo-dev closed 4 years ago

lubo-dev commented 4 years ago

Converts CSS to SCSS, partly done through a converter, so someone who is more familiar with the application should check it out and make sure that nothing broke. Although I had a look at most of it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #191 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   69.27%   69.27%           
=======================================
  Files          89       89           
  Lines        1585     1585           
  Branches       51       51           
=======================================
  Hits         1098     1098           
  Misses        455      455           
  Partials       32       32           
Impacted Files Coverage Δ
frontend/src/index.js 0.00% <ø> (ø)
...ntend/src/modules/app/components/backdrop/index.js 87.50% <ø> (ø)
...rontend/src/modules/app/components/footer/index.js 50.00% <ø> (ø)
...d/src/modules/app/components/list-preview/index.js 100.00% <ø> (ø)
frontend/src/modules/app/components/login/index.js 100.00% <ø> (ø)
...rontend/src/modules/app/components/navbar/index.js 81.81% <ø> (ø)
...ontend/src/modules/app/components/ratings/index.js 100.00% <ø> (ø)
...ntend/src/modules/app/components/register/index.js 68.18% <ø> (ø)
...rontend/src/modules/app/components/search/index.js 42.10% <ø> (ø)
...ntend/src/modules/game/components/actions/index.js 0.00% <ø> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d06544f...31bfd77. Read the comment docs.

PathakPratik commented 4 years ago

Everything looks good to me. Great job @L-Bolz. @danielgrijalva Please review this.