this pdf has adobe s sticky notes with the content of the
play

This PDF has Adobe's "Sticky Notes" with the content of - PowerPoint PPT Presentation

This PDF has Adobe's "Sticky Notes" with the content of the presentation. To read the content, download the PDF and view with Acrobat. Paul Grant Twitter: @cssinate Regardless of what we discover, we understand and truly believe


  1. This PDF has Adobe's "Sticky Notes" with the content of the presentation. To read the content, download the PDF and view with Acrobat.

  2. Paul Grant Twitter: @cssinate

  3. Regardless of what we discover, we understand and truly believe that everyone did the best job they could, given what they knew at the time, their skills and abilities, the resources available, and the situation at hand. Norm Kerth

  4. Design Systems 101 The Sale The Groundwork The Launch The Obstacles

  5. Design Systems 101

  6. CLARITY > EFFICIENCY > CONSISTENCY > BEAUTY Jina Bolton

  7. Write really great CSS once.

  8. style guide /stīl gīd/ A document containing definitions for typefaces, colors, spacing, and other design considerations.

  9. pattern library / ˈ pad ə rn ˈ lī ˌ brerē/ A website where a developer finds patterns for components.

  10. design system /d əˈ zīn ˈ sist ə m/ The whole kit and kaboodle.

  11. Pre-processor Naming Convention

  12. Naming Convention

  13. BEM OOCSS ITCSS SMACSS

  14. <div class="cdc-contactCard"> <h1 class="cdc-contactCard__contactName"></h1> <img src="..." class="cdc-contactCard__contactImage" /> <p class="cdc-contactCard__information"> Phone: 294-555-9234 </p> <p class="cdc-contactCard__information cdc-contactCard__information-- isUnavailable"> Email: UNAVAILABLE </p> <p class="cdc-contactCard__information cdc-contactCard__information-- isUnavailable"> Address: UNAVAILABLE </p> </div>

  15. <div class=" cdc- contactCard"> <h1 class=" cdc- contactCard__contactName"></h1> <img src="..." class=" cdc- contactCard__contactImage" /> <p class=" cdc- contactCard__information"> Phone: 294-555-9234 </p> <p class=" cdc- contactCard__information cdc- contactCard__information-- isUnavailable"> Email: UNAVAILABLE </p> <p class=" cdc- contactCard__information cdc- contactCard__information-- isUnavailable"> Address: UNAVAILABLE </p> </div>

  16. <div class="cdc- contactCard "> <h1 class="cdc- contactCard __contactName"></h1> <img src="..." class="cdc- contactCard __contactImage" /> <p class="cdc- contactCard __information"> Phone: 294-555-9234 </p> <p class="cdc- contactCard __information cdc- contactCard __information-- isUnavailable"> Email: UNAVAILABLE </p> <p class="cdc- contactCard __information cdc- contactCard __information-- isUnavailable"> Address: UNAVAILABLE </p> </div>

  17. <div class="cdc-contactCard"> <h1 class="cdc-contactCard __contactName "></h1> <img src="..." class="cdc-contactCard __contactImage " /> <p class="cdc-contactCard __information "> Phone: 294-555-9234 </p> <p class="cdc-contactCard __information cdc-contactCard __information -- isUnavailable"> Email: UNAVAILABLE </p> <p class="cdc-contactCard __information cdc-contactCard __information -- isUnavailable"> Address: UNAVAILABLE </p> </div>

  18. <div class="cdc-contactCard"> <h1 class="cdc-contactCard__contactName"></h1> <img src="..." class="cdc-contactCard__contactImage" /> <p class="cdc-contactCard__information"> Phone: 294-555-9234 </p> <p class="cdc-contactCard__information cdc-contactCard__information -- isUnavailable "> Email: UNAVAILABLE </p> <p class="cdc-contactCard__information cdc-contactCard__information -- isUnavailable "> Address: UNAVAILABLE </p> </div>

  19. SCSS LESS

  20. .cdc-form__label--large _form.scss

  21. https:/ /github.com/davidhund

  22. The Sale

  23. (c) 1983 CSSinate Games

  24. NO! No design systems. ⏵ We already have Bootstrap We don't need it It's not on the roadmap

  25. It has things we don't need. It doesn't have everything we do need. It will be just as easy. You can do better than Bootstrap!

  26. NO! No design systems. We already have Bootstrap ⏵ We don't need it It's not on the roadmap

  27. Work is getting duplicated The UI/UX has inconsistencies Sloppy code means sloppy work

  28. NO! No design systems. We already have Bootstrap We don't need it ⏵ It's not on the roadmap

  29. It can be rolled out over time A few hours per week for setup It will make future feature development faster

  30. Okay! You win!

  31. The Groundwork

  32. Open-source as a project model for internal work. Kevin Lamping

  33. The Launch

  34. Why? How? What?

  35. Why? Reducing duplication of work Creating something better than Bootstrap Giving users a more consistent experience

  36. How? Pattern library Good documentation Naming convention

  37. What? Show off some changes Either mock-up as image, or in the browser

  38. We're ready!

  39. Rolling out a pattern library is infinitely harder than building one. Dave Rupert

  40. Rolling out a pattern library is infinitely harder than building one. Dave Rupert

  41. The Obstacles

  42. Don't go into a tunnel you can't see the end of Paraphrased from Harry Roberts

  43. Prefixes Prefixes for CSS, JS, automated testing, etc...

  44. Specificity Type selectors p, h1, section Class selectors .mds-button, [name*="mds-"] ID selectors #myDiv !important

  45. 1000s 100s 10s 1s 0 1 5 0

  46. !important id class type 0 1 5 0 <style> .myId { color: red; } .class1.class2.class3.class4.class5 { color: blue; } </style> <div id="myId" class="class1 class2 class3 class4 class5">Text</div> Text

  47. <style> #myDiv { color: red !important; } </style> <div id="myId">Text</div> !important id class type 1 1 0 0 div#myId { color: blue !important; } [id="#myId"]#myId { color: blue !important; }

  48. Lead Time

  49. This was a problem anyway, even before your design system. Bootstrap might not have had the component either.

  50. _probation.scss Stores probationary CSS Put a placeholder in the pattern library

  51. Wrap-up New features use the design system Roll out to older components one at a time Tackle conflicts by using a single file of overwrites Give new components documentation

  52. Paul Grant Twitter: @cssinate

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend