This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="ratio"> | |
<div class="fpp"> | |
<div class="fpp-inner"> | |
<div class="field--name-field-fpp-text-body"> More text perhaps, was on the dockett, we could never be sure. How many words will need to fit in the box?</div> | |
<div class="field--name-field-fpp-text-url"> And what if there's more? What then?</div> | |
</div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="body"> | |
<div class="ratio"> | |
<div class="fpp"> | |
<div class="fpp-inner"> | |
<div class="field--name-field-fpp-text-body"> More text perhaps, was on the dockett, we could never be sure. How many words will need to fit in the box?</div> | |
<div class="field--name-field-fpp-text-url"> And what if there's more? What then?</div> | |
</div> | |
</div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.7) | |
// Compass (v1.0.1) | |
// ---- | |
$team-primary: red; | |
$color-map:( | |
black: '#000000', | |
white: '#FFFFFF', | |
gray: '#CCCCCC' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.view-foobar | |
.views-row.views-row-1 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/400/300") | |
%p I love responsive design | |
.views-row.views-row-2 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/800/600") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="toggle"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.view-foobar | |
.views-row.views-row-1 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/2100/300") | |
%p I love responsive design | |
.views-row.views-row-2 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/450/350") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.view-foobar | |
.views-row.views-row-1 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/2100/300") | |
%p I love responsive design | |
.views-row.views-row-2 | |
.inner | |
.image-wrap | |
%img(src="http://placekitten.com/450/350") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.11) | |
// Compass (v1.0.3) | |
// ---- | |
$map: ( | |
width: 100px, | |
height: 200px, | |
color: red, | |
background: blue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrap"> | |
<div class="content"><div class="inner">Content content content content content content content content content</div> </div> | |
<div class="sidebar side-a"><div class="inner">sidebar A, sidebar A, sidebar A, sidebar A </div></div> | |
<div class="sidebar side-b"><div class="inner">sidebar B, sidebar B, sidebar B, sidebar B </div></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.11) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin svg-pro ( | |
$filename, | |
$svg-class, | |
$no-svg-class: "lt-ie9") { |