Answer the question
In order to leave comments, you need to log in
What to do after layout with sass?
I did the layout using sass, everything is super. What are the next actions? How to pass to the programmer, just a compiled style file? How then to complete something on the finished site? Just edit the compiled css?
Answer the question
In order to leave comments, you need to log in
No edits to compiled css. Automate compilation so that, once handed over to a programmer, they can compile sass with a single command.
transfer the separately compiled stylesheet and source code separately.
with the support of the project, you will already see what is more relevant - make 1 edit to the final version, or edit in the sources and compile.
Just give the programmer only the source code.
He himself knows what to do.
The compiled css does not need to be passed in order for a lazy programmer not to succumb to temptation.
Pass both SASS and CSS. If the programmer is normal, he will be able to edit SASS.
I usually just don't let programmers and everyone else touch styles, otherwise most of them do it all not very gracefully. That is, if it does at all.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question