1.

Which property specifies the output path in compiled CSS?(a) sass_dir(b) output_style(c) relative_assets(d) line_commentsI had been asked this question during a job interview.My query is from Responsive Overview topic in division Advance HTML of HTML

Answer»

Correct answer is (c) relative_assets

The BEST explanation: sass_dir gives FOLDER name for the sass or SCSS style sheet to be stored. The output_style property specifies compiled CSS output. The relative_assets property specifies the output path in the compiled CSS. If it is set to true, the http_path property will be ignored and the compass will generate a relative URL. line_comments specifies whether compass should generate LINE number where style sheets rule are defined.



Discussion

No Comment Found

Related InterviewSolutions