You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi Ole Fredrik,
I've googled it but can't find the answer to this question: how can you change sass if you work not locally but build your website online?
Thank you for your answer!
Julia
The text was updated successfully, but these errors were encountered:
If you work directly on your server, you could still use grunt or gulp to compile SASS to css. But it would require shell access (ssh) or similar. If you can remotely connect to your webserver using terminal, the workflow is pretty much the same as if you work on a local dev server.
But I might think that you are working directly in the browser? If so, I think it will be difficult to use SASS. What you can do is to include a regular css file in header.php (after app.css) where you add your own styles. It's not optimal, but it works.
Hi Ole Fredrik,
I've googled it but can't find the answer to this question: how can you change sass if you work not locally but build your website online?
Thank you for your answer!
Julia
The text was updated successfully, but these errors were encountered: