CSS modules in next.js
Fredrik BergqvistOn my previous iteration of bergqvist.it, I used styled jsx for styling my components. I preferred that to other css-in-js frameworks (like JSS) because of it actually using CSS syntax instead of JavaScript objects. // styled jsx example with good old CSS <style jsx>{` .label { color: red; font-style: italic;…
Read more...