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
    
  
  
    
  | /** | |
| * SLIDER | |
| */ | |
| var _slickSlider = $('.slick'), | |
| _slickSlide = $('.slick__slide'), | |
| _slickController = $('.slick-control'), | |
| _slickControlItem = $('.slick-control__item'); | |
| _slickSlider.slick({ | 
  
    
      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
    
  
  
    
  | $icon-sizes: ( | |
| tiny: 0.5em, | |
| small: 0.8em, | |
| medium: 1em, | |
| large: 1.5em, | |
| huge: 2.5em | |
| ); | |
| @each $name, $size in $icon-sizes { | |
| .icon--#{$name} { | 
  
    
      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
    
  
  
    
  | body { | |
| background-image: linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent); | |
| background-color: black; | |
| background-size: 200px; | |
| } | 
  
    
      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="ubuntu"> | |
| <h1 class="light"><span>Ubuntu</span> light</h1> | |
| <h1 class="normal"><span>Ubuntu</span> normal</h1> | |
| <h1 class="medium"><span>Ubuntu</span> medium</h1> | |
| <h1 class="bold"><span>Ubuntu</span> bold</h1> | |
| <h1>Ubuntu</h1> | |
| <h1>Ubuntu</h1> | |
| <h1>Ubuntu</h1> | |
| <h1>Ubuntu</h1> | |
| </div> | 
  
    
      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.9) | |
| // Compass (v1.0.0.alpha.20) | |
| // ---- | |
| .BEMblock { | |
| content: ""; | |
| } | |
| .BEMblock--modifier { | 
  
    
      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
    
  
  
    
  | # Default application configuration that all configurations inherit from. | |
| linters: | |
| BorderZero: | |
| enabled: true | |
| CapitalizationInSelector: | |
| enabled: true | |
| ColorKeyword: | |
| enabled: true | 
  
    
      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 id="colors">Colors</h1> | |
| <ul class="colors"> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | 
  
    
      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) | |
| // ---- | |
| %button, | |
| .button { | |
| font-size: 1em; | |
| } | 
  
    
      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.5) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| // .block { | |
| // content: block; | |
| // } | |
| // .block__element { |