mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:52:45 +00:00 
			
		
		
		
	 8f29bdb62c
			
		
	
	
		8f29bdb62c
		
	
	
	
	
		
			
			This is a universal value like `initial` and `inherit` and works by reverting the current value to whatever we had at the start of the current cascade origin. The implementation is somewhat inefficient as we make a copy of all current values at the start of each origin. I'm sure we can come up with a way to make this faster eventually.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * {
 | |
|     all: unset;
 | |
|     display: revert;
 | |
| }
 | |
| </style>Hello friends
 |