mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 09:55:30 +00:00 
			
		
		
		
	Fixed some build options for vite
This commit is contained in:
		
							
								
								
									
										24
									
								
								node_modules/postcss/lib/declaration.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								node_modules/postcss/lib/declaration.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| 'use strict' | ||||
|  | ||||
| let Node = require('./node') | ||||
|  | ||||
| class Declaration extends Node { | ||||
|   constructor(defaults) { | ||||
|     if ( | ||||
|       defaults && | ||||
|       typeof defaults.value !== 'undefined' && | ||||
|       typeof defaults.value !== 'string' | ||||
|     ) { | ||||
|       defaults = { ...defaults, value: String(defaults.value) } | ||||
|     } | ||||
|     super(defaults) | ||||
|     this.type = 'decl' | ||||
|   } | ||||
|  | ||||
|   get variable() { | ||||
|     return this.prop.startsWith('--') || this.prop[0] === '$' | ||||
|   } | ||||
| } | ||||
|  | ||||
| module.exports = Declaration | ||||
| Declaration.default = Declaration | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens