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) | |
| // ---- | |
| @import "susy"; | |
| @import "breakpoint"; | |
| $susy: ( | |
| columns: 1 1, | |
| gutters: 1/32, |
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
| <h1 class="page-title">Page Title</h1> |
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.3.0.rc.3) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| //Service Group Colours | |
| $srv-grp-colors: #542989, #0079c2, #50b948, #a41984; | |
| @mixin service-group($color) { | |
| h1, .lead { |
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="content"> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Si qua in iis corrigere voluit, deteriora fecit. Est enim effectrix multarum et magnarum voluptatum. Apud imperitos tum illa dicta sunt, aliquid etiam coronae datum; Tubulum fuisse, qua illum, cuius is condemnatus est rogatione, P. Duo Reges: constructio interrete. Si verbum sequimur, primum longius verbum praepositum quam bonum. Istam voluptatem perpetuam quis potest praestare sapienti? </p> | |
| <p>Fortemne possumus dicere eundem illum Torquatum? Utram tandem linguam nescio? Consequens enim est et post oritur, ut dixi. Nam illud vehementer repugnat, eundem beatum esse et multis malis oppressum. </p> | |
| <p>Neque enim civitas in seditione beata esse potest nec in discordia dominorum domus; Deinde disputat, quod cuiusque generis animantium statui deceat extremum. Atqui haec patefactio quasi rerum opertarum, cum quid quidque sit aperitur, definitio est. Res tota, Torquate, non doctorum hominum, velle post mortem epulis celebrari memoriam |
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.3.3) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $fsizes: ( | |
| p-smallest: 16, | |
| p-small: 18, | |
| p: 22, | |
| subheading: 24, |
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
| a |
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.3.4) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $type-scale: 1.345; | |
| $site-base: 26; | |
| $base-font: 26; | |
| $font-sizes: ( | |
| sm: 0, |
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.3.5) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $zindex: ( | |
| header: 1000, | |
| modal: 2000, | |
| modal-buttons: 2500 | |
| ); |
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.3.6) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| /* | |
| My idea here is that I could create a %grid placeholder, | |
| extend it with BEM/OOCSS-ish classes, then get the specific | |
| CSS "sub-classes" I need from the placeholder. IOW, I want | |
| .x{@extend %grid} to create .x-item & .x-item-title too. |
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.3.6) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| /* You can do this with 3.2 & down: */ | |
| .parent { | |
| text-align: center; | |
| .child { | |
| text-align: left; |
OlderNewer