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:
		
							
								
								
									
										27
									
								
								node_modules/postcss/lib/rule.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								node_modules/postcss/lib/rule.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| 'use strict' | ||||
|  | ||||
| let Container = require('./container') | ||||
| let list = require('./list') | ||||
|  | ||||
| class Rule extends Container { | ||||
|   constructor(defaults) { | ||||
|     super(defaults) | ||||
|     this.type = 'rule' | ||||
|     if (!this.nodes) this.nodes = [] | ||||
|   } | ||||
|  | ||||
|   get selectors() { | ||||
|     return list.comma(this.selector) | ||||
|   } | ||||
|  | ||||
|   set selectors(values) { | ||||
|     let match = this.selector ? this.selector.match(/,\s*/) : null | ||||
|     let sep = match ? match[0] : ',' + this.raw('between', 'beforeOpen') | ||||
|     this.selector = values.join(sep) | ||||
|   } | ||||
| } | ||||
|  | ||||
| module.exports = Rule | ||||
| Rule.default = Rule | ||||
|  | ||||
| Container.registerRule(Rule) | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens