locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
455 stars 71 forks source link

Replace fractions with math.div in scss files #146

Closed lucasvallenet closed 1 year ago

lucasvallenet commented 1 year ago

Standardise the use of div with Dart SASS Replace every instance of x / y to math.div(x, y) in the code base