This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Convert components using lang="scss"
style blocks to plain css
#1087
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟩 priority: low
Low priority and doesn't need to be rushed
Milestone
Many of our components use Sass in their style blocks instead of plain CSS. These should be converted to Tailwind where possible and scss should be eliminated. Many components with
<style lang="scss">
aren't even using Sass features.This reduces reliance on yet another technology in our toolchain, encourages better practices (if you feel like you need a loop/control structure in your css, you should probably write a Vue component instead of whatever logic you're writing), and, down the line, as part of the Remove legacy styles milestone, would let us remove around 6mb of dev dependencies,
sass
andsass-loader
.The text was updated successfully, but these errors were encountered: