Help Garden

Powered by 🌱Roam Garden

LESS

  • This is an "Orphan" page. Its core content has not been shared: what you see below is a loose collection of pages and page snippets that mention this page, as well as snippets of this page that were quoted elsewhere.

Referenced in

BEM
  • Note that we do not nest a new instance of` .person__face {}` inside of `.person--handsome {}`; instead, we make use of {{or: [[LESS]] | [[Sass]]}}’ parent selectors to prepend .person--handsome onto the existing .person__face {} selector. This means that all of our .person__face {}-related rules exist in once place, and aren’t spread throughout the file. This is general good practice when dealing with nested code: keep all of your context (e.g. all .person__face {} code) encapsulated in one location.
November 21st, 2020
  • {{[[TODO]]}} Go through some of the [[LESS]] documentation - and see how I might use some of the helper stuff like variables to more systematically write class names.
LESS