N
N
notveganmustdie2015-01-23 22:13:30
Sass
notveganmustdie, 2015-01-23 22:13:30

How to adjust css style after copying from SCSS?

Is there any way to customize how css should look like after compiling from scss?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daniel254, 2015-01-24
@notveganmustdie

If you use compass, then there is an output_style option.
For example, you write in config.rb.
Possible parameters are :nested, :expanded, :compact, or :compressed.
You can also use csscomb to further clean up the code after the css is ready.

N
Nikolai Shabalin, 2015-02-11
@nikolayshabalin

Actually the question needs to be clarified. I did not understand at all what it means - "... to your taste, how css should look after compiling from scss".
And you can read it here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question