# elementor/3.6.3/packages/elementor-ui/styles/index.js

Elementor Website Builder – more than just a page builder, version 3.6.3. 25 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.6.3/code/packages/elementor-ui/styles/index.js
- Raw: https://pluginprobe.com/plugins/elementor/3.6.3/raw/packages/elementor-ui/styles/index.js
- Modified: 2021-11-17T08:27:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.6.3/code/packages/elementor-ui/styles/index.js#L10-L20`.

```javascript
import themeColorsMap from './_maps/colors/theme-colors';
import tintsMap from './_maps/colors/tints';
import darkTintsMap from './_maps/colors/dark-tints';

import spacingMap from './_maps/spacing/spacing';

import headingMap from './_maps/typography/heading';
import textMap from './_maps/typography/text';
import lineHeightMap from './_maps/typography/line-height';
import sizeMap from './_maps/typography/size';

import fontWeightMap from './_maps/font/font-weight';

export const themeColors = themeColorsMap;
export const tints = tintsMap;
export const darkTints = darkTintsMap;

export const spacing = spacingMap;

export const heading = headingMap;
export const text = textMap;
export const lineHeight = lineHeightMap;
export const size = sizeMap;
export const fontWeight = fontWeightMap;

```
