oliverdavies.uk/docs/assets/css/blog-post.css.map
2017-07-10 22:28:39 +01:00

1 line
1.9 KiB
Plaintext

{"version":3,"sources":["blog-post.sass","../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss"],"names":[],"mappings":"AAEA;EACI,YAAY;EACZ,gBAAgB,EAAG;;AAEvB;EACI,oBAAQ;EAAR,YAAQ;EAAR,QAAQ,EAAG;;AAEf;EACI,eAAe;EACf,eAAe;EACf,mBAAmB;EACnB,mBAAmB,EAAG;;AAE1B;EACI,UAAU;EACV,iBAAiB;EACjB,gBAAgB,EAAG;;AAEvB;EACI,iBAAiB;EACjB,mBAAmB,EAAG;;AAE1B;EACI,0BAA0B;EAC1B,WAAW,EAAG;;AAElB;EACI,wBAAwB;EACxB,WAAW,EAAG;;AAElB;ECjBI,aAAa;EACb,eAAe,EAChB;;ADeH;ECbI,YAAY,EACb;;ADYH;EAIQ,YAAY;EACZ,oBAAoB;EACpB,YAAY,EAAG","file":"blog-post.css","sourcesContent":["@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix';\n\n.post-pager {\n clear: both;\n margin-top: 2em; }\n\n.post-pager div {\n flex: 1; }\n\npre {\n display: block;\n overflow: auto;\n word-break: normal;\n word-wrap: no-wrap; }\n\npre[class*=\"language-\"] {\n border: 0;\n border-radius: 0;\n margin: 1.5em 0; }\n\npre code {\n white-space: pre;\n word-break: normal; }\n\ncode.hljs {\n background-color: inherit;\n padding: 0; }\n\ncode[data-gist-id] {\n background: transparent;\n padding: 0; }\n\n.about-author {\n @include clearfix;\n\n img {\n float: left;\n margin: 0 1em 1em 0;\n width: 50px; } }\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n@mixin clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n"]}