Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSSは死んだのか?

 CSSは死んだのか?

まかないてっく#1杯目

8845musign

July 27, 2017
Tweet

More Decks by 8845musign

Other Decks in Programming

Transcript

  1. `Cascade and Inheritance html { color: #00897B } section {

    color: #00897B } p { color: #00897B }
  2. `Modular Approach (Code) A block is a logically and functionally

    independent component on a page. https://en.bem.info/methodology/faq/#can-i-use-a-css-reset
  3. `Problems (Modular Approach) Bigbang Class .some-module .some-module—some-modifire .hoge .any-class .module-common

    .some-page-component .common-module .utility .some-common-module .some-module .some-module—some-modifire .hoge .any-class .module-common .some-page-component .common-module .utility .some-common-module .some-module .some-module—some-modifire .hoge .any-class .module-common .some-page-component .common-module .utility .some-common-module and Propperty
  4. ` CSS Inheritance, The Cascade And Global Scope: Your New

    Old Worst Best Friends Article https://www.smashingmagazine.com/2016/11/css-inheritance-cascade-global-scope-new- old-worst-best-friends/