1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
{"version":3,"sources":["blog.sass","../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss"],"names":[],"mappings":"AAEA;EAEQ,iBAAiB;EACjB,mBAAmB;EACnB,gBAAgB,EAAG;;AAJ3B;EAQQ,8BAA8B;EAC9B,mBAAmB;EACnB,oBAAoB,EAAG;EAV/B;ICaI,aAAa;IACb,eAAe,EAChB;EDfH;ICiBI,YAAY,EACb","file":"blog.css","sourcesContent":["@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix';\n\n.page--blog__list {\n ul.posts {\n list-style: none;\n margin-bottom: 2em;\n padding-left: 0; }\n\n .post {\n @include clearfix;\n border-bottom: 1px solid #CCC;\n margin-bottom: 1em;\n padding-bottom: 2em; } }\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"]} |