2.0.1 • Published 6 days ago

blockbite-tailwind v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

blockbite-tailwind

wordpress theme.json parser to blockbite tailwind theme

https://github.com/merijnponzo/blockbite-tailwind

(for owner) npm version <update_type> npm publish

extend your tailwindconfig for wordpress

• uses a 16px grid system for spacing and dimensions like p-16 or w-128 (easy to remember, consistent layouts) • use dynamic font sizes in 8 steps, easy (easy to remember, consistent layouts)

/ This is the default config /

import { themeParser } from "blockbite-tailwind"; // load theme.json const themeJson = require('./theme.json'); // parse it to tailwind values const theme = themeParser(themeJson, false);

/ @type {import('tailwindcss').Config} */ module.exports = { content: ['./blocks//.{html,js,php}', './templates/**/.{html,js,php}', './parts/*/.{html,js,php}'], theme: { fontFamily: theme.fonts, fontWeight: theme.fontWeights, container: theme.container, extend: { fontSize: theme.fontSizes, colors: theme.colors, spacing: theme.spacing, gap: theme.spacing, minWidth: theme.spacing, maxWidth: theme.spacing, minHeight: theme.spacing, maxHeight: theme.spacing, aspectRatio: theme.aspectRatio, screens: theme.screens, }, }, }

2.0.1

6 days ago

2.0.0

6 days ago

1.4.3

2 months ago

1.4.2

2 months ago

1.4.1

2 months ago

1.3.7

3 months ago

1.4.0

3 months ago

1.3.9

3 months ago

1.3.8

3 months ago

1.3.6

4 months ago

1.3.5

4 months ago

1.3.4

6 months ago

1.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.9

7 months ago

1.2.8

7 months ago

1.2.7

7 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.1

7 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago