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
| <header id="header"> | |
| <div class="section clearfix"> | |
| <a href="/" title="Home" rel="home" id="logo"> | |
| <img src="http://mollerrothe.com.dev.fkly.dk/sites/all/themes/moellerrothe/logo.png" alt="Home"> | |
| </a> | |
| <div id="block-system-main-menu" class="block block-system block-menu"> | |
| <ul class="menu"> | |
| <li class="first expanded active-trail"> | |
| <a href="/contact" title="" class="active-trail active">Om os</a> | |
| <ul class="menu"> |
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.12) | |
| // Compass (v1.0.3) | |
| // MathSass (v0.9.5) | |
| // ---- | |
| // | |
| // SCSS Math Memoization - DISABLED | |
| // | |
| // In computing, memoization is an optimization technique used primarily to speed |
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.12) | |
| // Compass (v1.0.3) | |
| // MathSass (v0.9.5) | |
| // ---- | |
| // | |
| // SCSS Math Memoization - ENABLED | |
| // | |
| // In computing, memoization is an optimization technique used primarily to speed |
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
| SCSS Managing z-index |
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
| SCSS Unit Conversion |
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
| // | |
| // SCSS Unit Conversion v.2.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
| SCSS functional-wrapper template |
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.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| //// | |
| // I have written a lot of different `str-replace` Sass functions over | |
| // the months yet none of my tries were succeeding in making the new substring | |
| // able to contain the one to replace (e.g. `str-replace($str, "a", "ab")`). | |
| // Thanks to Valérian Galliat (@valeriangalliat), I finally managed to build |
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
| <p>Lorem ipsum</p> |
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
| SCSS Merge "mixin mash-up" | |
| An attempt to reduce CSS output when using multiple | |
| mixins targeting the same properties. As a side effect | |
| you can now override mixin output. | |
| Example without merge: | |
| @mixin a(){ margin-left: 100px; } | |
| @mixin b(){ margin-left: 200px; } |