Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit f06ef32

Browse files
committed
feat(re-styled): test2
1 parent 3433a09 commit f06ef32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/re-styled/src/components/heading/styled-heading.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import styled from 'styled-components';
22
import { getVariant } from 'utils';
3+
import { tints } from '@elementor/styles';
4+
5+
window.console.log( '*** Rot', tints );
36

47
const Heading = styled.h1`
58
${ ( props ) => getVariant( props.variant, {} ) }

0 commit comments

Comments
 (0)