You are on page 1of 4

Which datatype allows you to arthimetic operations along with color components?

color

What is the correct way to define a variable in SASS


$primary-color: #fff

What are the most attractive features of SASS


All the options mentioned

How many syntaxes does sass support?


2

Which datatype allows you to represent multiple values using comma or space
seperator?
list

Who is the inventor of SASS?


Hampto Catlin

What does “#{ }” syntax refer?


Interpolation

What are the key features of SASS?


All the options mentioned
----------------------------------------------
Which directive allows map and list values to iterate?
@each

Which directive is used to style block at top of the document?


@at-root

Which directive displays an error message?


@error

Which directive includes media rules in the stylesheet?


@media

Which directive allows to loop through each iteration from start to end?
@for
----------------------------------------------
Which directive is used to use the same code with different arguments?
mixins

Which list function is used to return nth element of the list?


nth()

Which string function is used to give quotes to the string?


quote()

Which output style focuses on selectors rather than its properties?


Compact

How many types of functions are there in SASS?


7

Which map function returns all keys in a map?


map-keys()
///////////////////////////Asses1
Which of the following are types of comments in SASS?
None of the options*

What is the correct way to define a variable in SASS?


$primary-color: #fff

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:36:36 GMT -05:00

https://www.coursehero.com/file/40255366/SASS-A-CSS-Preprocessortxt/
which output style allows to have white space for its selectors
Compact*

Which arguments are used to include arguments in the mixins?


All the options mentioned

which string function is used to retrieve specific part of the string


Str-slice()

Which directive executes code based on the condition?


@if

What are the key features of SASS?


All the options mentioned

Which list function is used to return nth element of the list?


nth()

Which directive is used to import files?


@import

Which command is used to detect the changes that are made to sass file?
watch

Which directive allows to output styles in a loop?


@while*

How can we set default value to the variable?


!default

Which directive displays an error message?


@error

which symbol is used to refer parent selector in SASS


&

alpha() comes under which type of color function?


Component Extraction

Which datatype allows you to arthimetic operations along with color components?
color

Which directive is used to style block at top of the document?


@at-root

which numeric function is used to round up the number to whole


Ceil()

Which directive is used to extend code of one selector to another?


@extend

Boolean operations can be performed using the following operators.


All the options mentioned

In how many ways SASS can be used?


3

How many output styles are there in SASS?


4*

Which map function returns all keys in a map?


map-keys()

How many syntaxes that sass support?

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:36:36 GMT -05:00

https://www.coursehero.com/file/40255366/SASS-A-CSS-Preprocessortxt/
2

Which string function is used to give quotes to the string?


quote()
///////////////////////////Asses2
which symbol is used to refer parent selector in SASS
&

which string function is used to retrieve specific part of the string


Str-slice()

Which datatype allows you to get result using map functions?


map

Which list function is used to return nth element of the list?


nth()

Which directive is used to style block at top of the document?


@at-root

alpha() comes under which type of color function?


Component Extraction

which selector function is used to replace the original selector


Selector-replace()

Which output style focuses on selectors rather than its properties?


Compact

Which directive executes code based on the condition?


@if

What is the correct way to define a variable in SASS?


$primary-color: #fff

Which arguments are used to include arguments in the mixins?


All the options mentioned

Which datatype allows you to represent multiple values using comma or space
seperator?
list

Which map function returns all keys in a map?


map-keys()

How many syntaxes that sass support?


2

Which directive is used to extend code of one selector to another?


@extend

Which directive includes media rules in the stylesheet?


@media

Which string function is used to give quotes to the string?


quote()

Who is the inventor of SASS?


Hampto Catlin

which directive is used to include the mixin in the code


@include

Which directive allows to output styles in a loop?

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:36:36 GMT -05:00

https://www.coursehero.com/file/40255366/SASS-A-CSS-Preprocessortxt/
@for

How many output styles are there in SASS?


3*

Which directive is used to import files?


@import

Mixin-exists() is a _________ type of function.


Introspection

sass expression is a combination of ____________.


All the options mentioned

What are the most attractive features of SASS?


All the options mentioned
///////////////////////////Asses3
How many output styles are there in SASS?
2*1

Which of the following are types of comments in SASS?


All the options mentioned

Which selector function is used to select simple selector from compound


selector?
Simple-selectors()

Which directive is used to convert multiple sass files into single or multiple
css files?
partial

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:36:36 GMT -05:00

https://www.coursehero.com/file/40255366/SASS-A-CSS-Preprocessortxt/
Powered by TCPDF (www.tcpdf.org)

You might also like