InterviewSolution
Saved Bookmarks
| 1. |
Sass is based on ___________(a) Ruby(b) jQuery(c) JavaScript(d) PHPThis question was addressed to me by my school teacher while I was bunking the class.This key question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» RIGHT CHOICE is (a) Ruby For explanation: Sass is Ruby-bases CSS PREPROCESSOR. It was created by HAMPTON Catlin, Nathan Weizenbaum and Chris Eppstein. It is like LESS, it can add VARIABLES, mixins and nesting rules, with a little difference. |
|