mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
							
								
								
									
										13
									
								
								_scss/utilities/_borderradius.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								_scss/utilities/_borderradius.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
// Border Radius
 | 
			
		||||
//
 | 
			
		||||
// The border-radius CSS property lets you round the corners of an element's outer border edge. You can specify a single radius to make circular corners, or two radii to make elliptical corners.
 | 
			
		||||
//
 | 
			
		||||
// Values: <length-percentage> | <length-percentage>
 | 
			
		||||
// Default: 0
 | 
			
		||||
//
 | 
			
		||||
// https://www.w3.org/TR/css-backgrounds-3/#propdef-border-radius
 | 
			
		||||
@mixin borderradius($value: 0) {
 | 
			
		||||
  -webkit-border-radius: $value;
 | 
			
		||||
     -moz-border-radius: $value;
 | 
			
		||||
          border-radius: $value;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user