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: { | |
| development: { | |
| options: { | |
| banner: '<%= config.banner %>', | |
| style: 'nested' | |
| }, | |
| src: ['<%= config.sass %>dev.scss'], | |
| dest: '<%= config.css %>screen.css' | |
| }, | |
| production: { |
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 id="upsell"></div> | |
| <script id="upsell-banner-template" type="x-tmpl-mustache"> | |
| <div class="upsell-banner is-hidden" role="banner" aria-labelledby="upsell-title" {{#desc}}aria-describedby="upsell-desc"{{/desc}}> | |
| <div class="upsell-banner__inner"> | |
| <div class="upsell-banner__column"> | |
| <button class="upsell-banner__dismiss js-upsell-dismiss">×</button> | |
| </div> | |
| <div class="upsell-banner__column"> | |
| <img src="http://www.fillmurray.com/64/64" alt="" /> |
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
| $ie: false; | |
| $base: 16px; | |
| @function strip-units($number) { | |
| @return $number / ($number * 0 + 1); | |
| } | |
| @function convert-to-pixels($value) { | |
| @if type-of($value) == 'number' { | |
| $stripped: strip-units($value * $base); |
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
| { | |
| "versions": [{ | |
| "id": "Foo", | |
| "store_id": "Bar", | |
| "type": "Test", | |
| "store_profile": "hd", | |
| "kind": "Store", | |
| "duration": {} | |
| }] | |
| } |
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.1.0) | |
| // ---- | |
| $responsive: true !default; | |
| $mobile-first: true !default; | |
| $gutter: 8px !default; |
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
| var runPlugin=function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";var r=function(e,t){n(1);var r=e.playerInterface,o=n(5),i=n(162),a=n(163);return{pluginInitialisation:function(){var n;"undefined"!=typeof t&&(e.data=t),n=document.createElement("div"),r.container.appendChild(n),i.render(o.createElement(a,{player:r}),n)}}};e.exports=r},function(e,t,n){var r=n(2);"string"==typeof r&&(r=[[e.id,r,""]]);n(4)(r,{});r.locals&&(e.exports=r.locals)},function(e,t,n){t=e.exports=n(3)(),t.push([e.id,'.btn{background:none;border:0;margin:0;padding:0;color:#777;cursor:pointer}.btn:active,.btn:focus,.btn:hover{color:#cf3e80}.btn:active .btn__icon,.btn:focus .btn__icon,.btn:hover .btn__icon{fill:#cf3e80}.btn--icon{position:relative;overflow:hidden}.btn--icon .btn__text{position:absolute;left:100%;top:100%}.btn__icon{fill:#777;height:24px;width:24px;disp |
OlderNewer