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

Commit 3433a09

Browse files
committed
feat(re-styled): test
1 parent 1690171 commit 3433a09

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/re-styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Elementor Team",
77
"homepage": "https://github.com/elementor/elementor-editor-packages/tree/master/packages/re-styled#readme",
88
"license": "GPL-3.0-or-later",
9-
"main": "lib/index.js",
9+
"main": "./lib/index.js",
1010
"files": [
1111
"lib"
1212
],

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

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

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

0 commit comments

Comments
 (0)