The correct option is (b) output_style
Explanation: The output path in compiled CSS is given by relative_assets. The output_style property specifies compiled CSS output. The accepted values for this property are :nested, :expanded, :compressed or :compact. line_comments specifies whether compass should generate line number where style sheets rule are defined. sass_dir gives folder name for the sass or SCSS style sheet to be stored.