From 2e5ad86a7d67edb7d3c8257ffd3db557e86a0088 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Wed, 31 Jul 2019 21:41:56 +0200 Subject: [PATCH] Remove unneeded white space --- www/src/pages/styling.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/www/src/pages/styling.mdx b/www/src/pages/styling.mdx index 3fe5c425c..fc44cae6e 100644 --- a/www/src/pages/styling.mdx +++ b/www/src/pages/styling.mdx @@ -101,7 +101,6 @@ let YourMenuList = styled(MenuList)` ``` - ## CSS Selectors Because Reach UI uses regular stylesheets for its own styles you can override them like any other element. All styles use the lowest possible "specificity score", so as long as you include the component styles before your own app styles you should not run into any specificity problems.