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.4) | |
| // Compass (v1.0.1) | |
| // ---- | |
| $primary-color:#242424; | |
| $grid-columns:12; | |
| $grid-max-width:65em; |
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 class="media-kit-download" href="http://www.dentalaegis.com/sellsheets/IDT/AEGIS_IDT_MediaKit_2015.pdf" data-size="5.5 MB" download="AEGIS Inside Dental Technology Media Kit">Download Media Kit</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
| <div> | |
| Hello | |
| </div> | |
| <span class="button">Btn</span> | |
| <section> | |
| <aside>What is it about?</aside> | |
| <article>Neat is an open source semantic grid framework built on top of Sass and Bourbon…</article> | |
| </section> |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
| <svg version="1.1" | |
| id="US_MAP" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="990px" height="627.1px" | |
| viewBox="15 -33.1 990 627.1" style="enable-background:new 15 -33.1 990 627.1;" xml:space="preserve"> | |
| <path id="_x23_separator" class="HI-AK-split" d="M288.9,492.4v63.1l41.3,37.3 M15,414.4h197.2l76.8,78h98.6l60.8,61.9v38.5"/> | |
| <g id="WY"> | |
| <path id="Laramie_x2C__WY" class="WY" d="M378.7,186.7l10.6,1.1l-0.2,2l10.2,0.9l-0.3,3.9l-0.8,9l-15.3-1.3l-5.7-0.6L378.7,186.7" |
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.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| &:after, &:before { |
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.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| &:after, &:before { |
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) | |
| // ---- | |
| /** | |
| * @set_gutter | |
| * | |
| * Gets a list of values and a property (padding or margin) and creates | |
| * a property multiplying with specified gutter or static value | |
| * |
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
| @mixin border-radius($radius, $prefixes: -moz -webkit -o) { | |
| @each $prefix in $prefixes { | |
| #{$prefix}-border-radius:$radius; | |
| } | |
| border-radius:$radius; | |
| } | |
| #id { | |
| @include border-radius(5px, -moz -webkit); |
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.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| @mixin prefix($property, $value, $prefixes) { | |
| @each $prefix in $prefixes { | |
| #{$prefix}-#{$property}:$value; | |
| } | |
| #{$property}:$value; |
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=""> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| <div class="flexible-column"><span></span></div> | |
| </div> |
OlderNewer