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.13) | |
| // Compass (v1.0.3) | |
| // ---- | |
| $breakpoints: ( | |
| default: null, | |
| small: 480px, | |
| large: 960px, | |
| xl: 1200px, |
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) | |
| // ---- | |
| // Here's the complex way to do a map: | |
| $breakpoint-map: ( | |
| small: ( | |
| min-width: null, | |
| max-width: 479px, | |
| base-font: 16px, |
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
| <script src="http://maps.googleapis.com/maps/api/js"></script> | |
| <script> | |
| function initialize() { | |
| var lat = '38.897922', | |
| lng = '-77.036541', | |
| loc = new google.maps.LatLng(lat, lng), | |
| mapOptions = { | |
| center: loc, | |
| zoom: 15, | |
| scrollwheel: false, |
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
| .arrow |
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.4) | |
| // ---- | |
| .page-title { | |
| color: red; | |
| // `#{&}` doesn't count as using `&` in the selector, so it still nests | |
| div#{&} { | |
| color: blue; |
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
| * { | |
| font-family: San Francisco Display, Texta, Avenir, Lucida Grande, sans-serif !important; | |
| } | |
| html { | |
| background-color: #76fff7; | |
| } | |
| .container > .sheet { | |
| background-color: #205D84 !important; |
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="hero-title">Primary Title</h1> | |
| <div class="entry-content"> | |
| <p>Maecenas faucibus mollis interdum. Maecenas faucibus mollis interdum. Curabitur blandit tempus porttitor. Vestibulum id ligula porta felis euismod semper. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna.</p> | |
| <h1>Content Title</h1> | |
| <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur blandit tempus porttitor. Donec id elit non mi porta gravida at eget metus.</p> | |
| <h2>Content Subtitle</h2> | |
| <p>Maecenas faucibus mollis interdum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nullam id dolor id nibh ultricies vehicula ut id elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean eu leo quam. Pellentesque ornare sem lacinia quam vene |
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) | |
| // ---- | |
| $config: ( | |
| color-red: red, | |
| color-blue: blue, | |
| color-black: black, | |
| color-white: white, |
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 = "container"> | |
| <div class = "Plum"> | |
| <h3>Plum</h3> | |
| </div> | |
| <div class = "Blue"> | |
| <h3>Blue</h3> | |
| <div class="blue1"> | |
| <h3>blue1</h3> | |
| </div> | |
| <div class="blue2"> |
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 = "container"> | |
| <div class = "Plum"> | |
| <h3>Plum</h3> | |
| </div> | |
| <div class = "Blue"> | |
| <h3>Blue</h3> | |
| <div class="blue1"> | |
| <h3>blue1</h3> | |
| </div> | |
| <div class="blue2"> |