From 6186e8500fec373f92e00839ab6fb54fafb5264a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 20 Jun 2018 00:51:18 +0200 Subject: [PATCH] Updated Contribute to design (markdown) --- Contribute-to-design.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/Contribute-to-design.md b/Contribute-to-design.md index f38173c..c4374c9 100644 --- a/Contribute-to-design.md +++ b/Contribute-to-design.md @@ -87,30 +87,6 @@ Some pointers to open files from [Adobe XD](https://www.adobe.com/fr/products/xd ## Organization -### Naming - -Follow these guidelines when naming files and folders, as well as -layers and styles in your source files: -- Adhere to [BEM naming convention](http://getbem.com/naming/): `block-name__element-name--modifier-name` -- Readability above truncation: `background` instead of `bg` -- `lowercase` everywhere -- Separate words with dashes, `no-spaces` - -### Files and folders - -``` -- [group-label]/ (e.g. platform) - - [subject-labels]/ (e.g. settings) - - projecthandle#issueID-title.sketch (e.g. ce#1337-awesome-design.sketch) - - [projecthandle#issue-ID-title]/ - - projecthandle#issueID-title--state-one.sketch - - projecthandle#issueID-title--state-two.sketch - - assets/ - - asset.svg -``` - -In any case, if the project becomes too complex (i.e. for a complete redesign proposal, please refer to the [design proposals section](#major-design-proposals). - ### Pages and artboards In terms of organization method, use the one that best suits you. However, if -- 2.25.1