Skip to content

Instantly share code, notes, and snippets.

@sawadays0118
Last active March 11, 2016 19:35
Show Gist options
  • Save sawadays0118/1c8a870be06a4bf69b01 to your computer and use it in GitHub Desktop.
Save sawadays0118/1c8a870be06a4bf69b01 to your computer and use it in GitHub Desktop.
最強のCSS設計()のヒントになりそうな考え方いろいろ ref: http://qiita.com/sawadays0118/items/b8ee63a86cff5cdbadaa
<button class="icon -overkill">バリアントナイフ</button>
<button class="icon --magictape">バリバリサイフ</button>
<nav role="navigation">
<ul>
<li><a href="/" aria-describedby="current">home</a></li>
<li><a href="/about">about</a></li>
<li><a href="/contact">contact</a></li>
</ul>
</nav>
<div data-grid>
<div data-col="1-2 M1-4 L1-5"></div>
<div data-col="1-2 M1-4 L1-5"></div>
<!-- ... -->
</div>
<div class="tac">ヘルパーはタックが安定</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment