what is the best way to transition from Figma design into a Classic them using Scss setup (brad schiff one)
Hi, so basically, i am working on a wordpress classic theme (learning purposes), my old way of doing things was to Design everything in figma and specifically instruct figma make (free tier) to make html fils and one style.css and that was it, i discoverd that this is a bad way since i want to start focusing on learning reather then increasing my technical debt,
latelly i converted a 3 designs pages, and honestly it's problematic for me to use the old way, since i am following (brad schiff) way of doing things with scss, and using @ wordpress/scripts of doing things, i find it pretty waste of time to convert one file to scss modules follwoing the SMACSS method, so i was thinking about a way where i don't have to minimize me typing design css anymore, (even though i said it it's for learning purposes) i thought that maybe there is a faster way to do it, so i am not talking about logic or functionality, i am just talking about the scss modules,
maybe i need to invest into thie transitioning process with thinking, because, it feels like a production line, from the design tokens of figma to html and scss (in which i would start scafhold it to a wp theme afterwards), all of that using the WP scripts, because i know that LLM are bad at context so they distroy your design in a matter of a prompt
WHAT I TRIED:
i know ,i named the auto layouts
formilated good prompts
IS THERE A BETTER WAY THEN THIS, I WOULD LOVE TO HEAR YOU OUT