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

package.scss.generated._icon-size.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
$icon-size-01: 1rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$icon-size-02: 1.25rem !default;

/// @type Map
/// @access public
/// @group @carbon/layout
$icon-size: (
  icon-size-01: $icon-size-01,
  icon-size-02: $icon-size-02,
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy