realtebo's avatar

Does something change if I chain instead of start another command?

Sorry for absolutely strange title. My English is bad, suggest me a new title.

My questions is if does something changes beetween this two forms

mix.styles( .... ).css(....);

and

mix.styles( .... );
mix.css(....);

I ask you because I've the strange need to do a sass to css conversion AND THEN use normal css command to pack the new file with the others

0 likes
3 replies
click's avatar

No. You can use both options. Try it out and you'll see.

1 like
realtebo's avatar

... and in both case we cannot specify execute order, right ?

Please or to participate in this conversation.