dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Introduce sass mixins #17

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Currently all css is managed per component and there are some duplicate codes. I will pull the common styling out of each component and use mixins instead.

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/bf04e468c162d1b8f99931f0aa85d94d86188ce7 complete for now