From 91a2e3b5f3ec7a2a2983a1f70de026a8cfbae355 Mon Sep 17 00:00:00 2001 From: Robin Rundkvist Date: Mon, 14 Nov 2022 10:50:27 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 808489c..338b871 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ # robinrundkvist.se -My UI design portfolio website, using Middleman for static site generation. Published on Github Pages. - -## Dependencies - -To run the site locally you will need Middleman: https://middlemanapp.com/basics/install/ +My UI design website, built with Middleman. ## CSS conventions -This project uses BEM (Block, Element, Modifier) principles for structuring and naming CSS classes. I also use namespaces to communicate class intent. Although not crucial for a one person project like this, these are strategies I find useful in most projects nowadays (and continually try to perfect). +This project uses BEM (Block, Element, Modifier) principles for structuring and naming CSS classes. I also use namespaces to communicate class intent. The BEM naming convention follows this pattern: @@ -37,6 +33,6 @@ BEM and namespacing together looks something like this: .u-utility {} ``` -Read more about these principles from Harry Roberts of CSS Wizardry: +Mostly inspired by Harry Roberts, read more about these conventions here: - BEM syntax: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/ - Namespacing: https://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/