Reword CSS preprocessor question

Following up a question like "What are the advantages..." with a question that starts "If so..." makes no sense. This change removes the "If so" part.
This commit is contained in:
Travis Horn 2015-01-29 12:14:22 -06:00
parent 92747b331c
commit 6da124090f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ This file contains a number of front-end interview questions that can be used wh
* How do you optimize your webpages for print?
* What are some of the "gotchas" for writing efficient CSS?
* What are the advantages/disadvantages of using CSS preprocessors? (Sass, Compass, Stylus, LESS)
* If so, describe what you like and dislike about the CSS preprocessors you have used.
* Describe what you like and dislike about the CSS preprocessors you have used.
* How would you implement a web design comp that uses non-standard fonts?
* Explain how a browser determines what elements match a CSS selector.
* Explain your understanding of the box model and how you would tell the browser in CSS to render your layout in different box models.