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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
// This is in _icons.scss: | |
$icons: ( | |
cursor: "\E001", | |
crosshair: "\2316", | |
search: "\1F50E", |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
// LIBRARY: | |
$theme-properties: (); | |
@mixin theme-prop($property, $var) { | |
$selector: &; | |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
// LIBRARY: | |
$mq-properties: (); | |
@mixin mq-property($property, $var) { | |
$parent: &; | |
$selector: if(length($parent) == 1, nth($parent, 1), $parent); |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@mixin respond($orientation, $media:null) { | |
$allowed-orientation: portrait, landscape; | |
$allowed-media: null, mobile, tablet; | |
@if ( | |
($orientation and index($allowed-orientation, $orientation)) |
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
.action_view | |
.active_record | |
.action_controller | |
.sidekiq | |
.delayed_job | |
.resque | |
.rack | |
.padrino | |
.active_support | |
.action_mailer |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@mixin VAlign($child-element) { | |
text-align: center; | |
#{$child-element}:before { | |
content: ''; | |
display: inline-block; |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
%heading1 { | |
color: red; | |
font-size: 12px; | |
background-color: #f8f8f8; | |
border: 1px solid #d9d9d9; | |
border-top-radius: 10px; |
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="time"></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.14) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin limit-to($limit-to...) { | |
@at-root { | |
@each $selector in $limit-to { | |
#{$selector}#{&} { | |
@content; |
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
- 100.times do |i| | |
%div{class: "swatch-#{i}"} |
NewerOlder