From 6da124090fc224461ffee58ecd7b622c39fc3d78 Mon Sep 17 00:00:00 2001 From: Travis Horn Date: Thu, 29 Jan 2015 12:14:22 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb04d68..66cbbfa 100644 --- a/README.md +++ b/README.md @@ -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.