All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources._unstyled.css.clay.variables._aspect-ratio.scss Maven / Gradle / Ivy

The newest version!
$aspect-ratio-sizes: () !default;
$aspect-ratio-sizes: map-deep-merge(
	(
		aspect-ratio-3-to-2: (
			height: 2,
			width: 3,
		),
		aspect-ratio-4-to-3: (
			height: 3,
			width: 4,
		),
		aspect-ratio-8-to-3: (
			height: 3,
			width: 8,
		),
		aspect-ratio-8-to-5: (
			height: 5,
			width: 8,
		),
		aspect-ratio-16-to-9: (
			height: 9,
			width: 16,
		),
	),
	$aspect-ratio-sizes
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy