mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 10:17:01 +01:00 
			
		
		
		
	Import box class only for DictionaryDetails sass
This commit is contained in:
		
							parent
							
								
									f866932de5
								
							
						
					
					
						commit
						b9279a79e1
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,7 @@
 | 
				
			||||||
@import '../../../../node_modules/bulma/bulma';
 | 
					@import '../../../../node_modules/bulma/sass/utilities/initial-variables';
 | 
				
			||||||
 | 
					@import '../../../../node_modules/bulma/sass/utilities/derived-variables';
 | 
				
			||||||
 | 
					@import '../../../../node_modules/bulma/sass/utilities/mixins';
 | 
				
			||||||
 | 
					@import '../../../../node_modules/bulma/sass/elements/box';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.details-box {
 | 
					.details-box {
 | 
				
			||||||
  @extend .box;
 | 
					  @extend .box;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue