cgerling / booktionator

Your custom book trade platform
https://booktionator.firebaseapp.com/
MIT License
1 stars 0 forks source link

Sass migration #25

Closed cgerling closed 7 years ago

cgerling commented 7 years ago

As we were already using css and now we have to use sass we need to migrate components that had already been developed in css to sass, using the scss syntax. Even if every css is a valid scss it is preferable that they be revised in case there is one thing we can solve using sass but we are already solving with css.

cgerling commented 7 years ago

And fix the .sass files that should be .scss. My bad.