Theme: Add picocss v1.5.11
This commit is contained in:
		
					parent
					
						
							
								fe6fab6f1e
							
						
					
				
			
			
				commit
				
					
						74cdb157fd
					
				
			
		
					 37 changed files with 3712 additions and 0 deletions
				
			
		
							
								
								
									
										24
									
								
								themes/ccchh/assets/pico-1.5.11/scss/layout/_grid.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								themes/ccchh/assets/pico-1.5.11/scss/layout/_grid.scss
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| @if ($enable-classes and $enable-grid) { | ||||
|   /** | ||||
|  * Grid | ||||
|  * Minimal grid system with auto-layout columns | ||||
|  */ | ||||
| 
 | ||||
|   .grid { | ||||
|     grid-column-gap: var(--grid-spacing-horizontal); | ||||
|     grid-row-gap: var(--grid-spacing-vertical); | ||||
|     display: grid; | ||||
|     grid-template-columns: 1fr; | ||||
|     margin: 0; | ||||
| 
 | ||||
|     @if map-get($breakpoints, "lg") { | ||||
|       @media (min-width: map-get($breakpoints, "lg")) { | ||||
|         grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); | ||||
|       } | ||||
|     } | ||||
| 
 | ||||
|     & > * { | ||||
|       min-width: 0; // HACK for childs in overflow | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue