From 7959587a3344dcebb275a2fa04e4be8a102aa082 Mon Sep 17 00:00:00 2001 From: Samuel Sommer Date: Mon, 23 Apr 2018 14:16:09 +0200 Subject: [PATCH] fix typing --- doc/themes/default/Working with stylesheets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/themes/default/Working with stylesheets.md b/doc/themes/default/Working with stylesheets.md index e9f4d59a1b..7278569486 100644 --- a/doc/themes/default/Working with stylesheets.md +++ b/doc/themes/default/Working with stylesheets.md @@ -1,4 +1,4 @@ -# Working with stylesheets in 'defalt' theme +# Working with stylesheets in 'default' theme # Introduction Default theme CSS is designed to be easly maintanable which implies smallest possible files footprint. We are using flexbox and reusable atomic classes to prevent CSS files rapid growth. We're trying to avoid nesting CSS classes (maximum nesting level is 1) to make them easier to understand and debug.