Created
          March 29, 2021 18:21 
        
      - 
      
 - 
        
Save polarbirke/e2545aac7f04e6d574b668b24e1021c4 to your computer and use it in GitHub Desktop.  
    Generated by SassMeister.com.
  
        
  
    
      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
    
  
  
    
  | $page-max-width: 1170px; | |
| $unit: 30px; | |
| $screen-xs: 480px !default; | |
| $screen-sm: 768px !default; | |
| $screen-md: 992px !default; | |
| $screen-lg: 1200px !default; | |
| $navigation-breakpoint: 1140px !default; // ergibt sich aus Umbruchbeginn der Hauptnavigationspunkte | |
| //// Breakpoints-Map für media mixin | |
| $breakpoints: ( | |
| screen-xs: $screen-xs, | |
| screen-sm: $screen-sm, | |
| screen-md: $screen-md, | |
| screen-lg: $screen-lg, | |
| navigation-breakpoint: $navigation-breakpoint, | |
| page-max-width: $page-max-width, | |
| page-max-width-and-padding: $page-max-width + $unit*2, | |
| ) !default; | |
| $breakpoints: map-merge($breakpoints, ( | |
| navigation-breakpoint: 1270px | |
| ) | |
| ); | |
| .screen-lg { | |
| width: map-get($breakpoints, 'screen-lg'); | |
| } | |
| .navigation-breakpoint { | |
| width: map-get($breakpoints, 'navigation-breakpoint'); | |
| } | |
| .page-max-width { | |
| width: map-get($breakpoints, 'page-max-width'); | |
| } | 
  
    
      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
    
  
  
    
  | .screen-lg { | |
| width: 1200px; | |
| } | |
| .navigation-breakpoint { | |
| width: 1270px; | |
| } | |
| .page-max-width { | |
| width: 1170px; | |
| } | 
  
    
      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": { | |
| "compiler": "dart-sass/1.26.11", | |
| "extensions": {}, | |
| "syntax": "SCSS", | |
| "outputStyle": "expanded" | |
| }, | |
| "autoprefixer": false | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment