Forked from Chris Mar's Pen qfpCh.
A Pen by Jonathan Lehman on CodePen.
| <div class="my-AwesomeBox my-AwesomeBox--small"> | |
| <h1 class="my-AwesomeBox-title">Small Box</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title">Normal Title</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title my-AwesomeBox-title--large">Large Title</h1> |
| <div class="my-AwesomeBox my-AwesomeBox--small"> | |
| <h1 class="my-AwesomeBox-title">Small Box</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title">Normal Title</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title my-AwesomeBox-title--large">Large Title</h1> |
| <div class="my-AwesomeBox my-AwesomeBox--small"> | |
| <h1 class="my-AwesomeBox-title">Small Box</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title">Normal Title</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title my-AwesomeBox-title--large">Large Title</h1> |
| <button class="Btn">Just a Button</button> | |
| <button class="Btn Btn--disabled">Disabled Button</button> | |
| <button class="Btn Btn-secondary">Secondary Button</button> | |
| <button class="Btn Btn-secondary Btn--disabled">Secondary Disabled Button</button> |
| <button class="Btn">Just a Button</button> | |
| <button class="Btn--disabled">Disabled Button</button> | |
| <button class="Btn-secondary">Secondary Button</button> | |
| <button class="Btn-secondary--disabled">Secondary Disabled Button</button> |
| <button class="Btn">Just a Button</button> | |
| <button class="Btn--disabled">Disabled Button</button> | |
| <button class="Btn-secondary">Secondary Button</button> | |
| <button class="Btn-secondary--disabled">Secondary Disabled Button</button> |
| source 'https://rubygems.org' | |
| gem 'sass', '~> 3.3' | |
| gem 'breakpoint', '~> 2.4' |
| <div class="my-AwesomeBox my-AwesomeBox--small"> | |
| <h1 class="my-AwesomeBox-title">Small Box</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title">Normal Title</h1> | |
| </div> | |
| <div class="my-AwesomeBox"> | |
| <h1 class="my-AwesomeBox-title my-AwesomeBox-title--large">Large Title</h1> |
| // ---- | |
| // Sass (v3.3.12) | |
| // Compass (v1.0.0.alpha.21) | |
| // ---- | |
| $t: (a: (x: (2 2), y: 2), b: (3 4), c: 10); | |
| //susy |