ArtW Posted January 22, 2021 Share Posted January 22, 2021 I'm learning the developer platform. Went through the guide of cloning the site, and pushing some initial commits of base.less to get some styles going. Very basic stuff. I then went to install the squarespace-server to work on things locally, and it all runs fine - no errors, but my code in /styles/base.less don't get compiled into /local-assets/site.css Is this intentionally? Am I missing something in the guide? I have also tried compiling it myself but this also doesnt work. Any advice on this would be great, thanks Link to comment
Solution ArtW Posted January 22, 2021 Author Solution Share Posted January 22, 2021 I missed a very simple step like I thought so. If anyone else is running into this issue, remember to actually add the less file name to your template.conf array 🤦♂️ "stylesheets" : [ "base.less" ] Chris_SQSP 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment