M
M
mulda2015-09-25 18:55:24
css
mulda, 2015-09-25 18:55:24

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

6 answer(s)
A
Alex K, 2015-09-25
@alexk111

No edits to compiled css. Automate compilation so that, once handed over to a programmer, they can compile sass with a single command.

A
Anton Shamanov, 2015-09-25
@SilenceOfWinter

indulge in some sugar...

D
Dmitry Novikov, 2015-09-25
@dmitriy_novikov

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.

O
OnYourLips, 2015-09-25
@OnYourLips

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.

Z
zooks, 2015-09-25
@zooks

Pass both SASS and CSS. If the programmer is normal, he will be able to edit SASS.

Y
Yaroslav IKARUS, 2015-11-09
@yar-ikarus

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 question

Ask a Question

731 491 924 answers to any question