wiot-theme
v1.1.0
Published
Carbon theme mixin for Watson IoT Org
Downloads
16
Readme
Watson IoT's Carbon Theme Mixin
The Carbon design system uses theming for customization of CSS properties. The wiot-theme partial creates the mixin that will override the default theme applied to the Carbon component library.
Usage
First install the wiot-theme package from NPM.
Yarn add wiot-themeOnce installed import the mixin partial sass file and include the mixin before importing any carbon files.
@import 'wiot-theme/scss/wiot-theme';
@include WatsonIotTheme();