@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
14 lines (10 loc) • 342 B
JavaScript
/**
* Copyright IBM Corp. 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import { css } from 'lit';
var styles = css(["#storybook-root #main-content{padding:0}"]);
export { styles as default };
//# sourceMappingURL=story-styles.scss.js.map