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

package.scss.generated._fluid-spacing.scss Maven / Gradle / Ivy

Go to download

Layout helpers for digital and software products using the Carbon Design System

The newest version!
// Code generated by @carbon/layout. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

/// @type Number
/// @access public
/// @group @carbon/layout
$fluid-spacing-01: 0 !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$fluid-spacing-02: 2vw !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$fluid-spacing-03: 5vw !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$fluid-spacing-04: 10vw !default;

/// @type Map
/// @access public
/// @group @carbon/layout
$fluid-spacing: (
  fluid-spacing-01: $fluid-spacing-01,
  fluid-spacing-02: $fluid-spacing-02,
  fluid-spacing-03: $fluid-spacing-03,
  fluid-spacing-04: $fluid-spacing-04,
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy