Changes for commercial use (#138)

This commit is contained in:
Gregory Schier
2024-12-03 09:28:27 -08:00
committed by GitHub
parent 2b076c90e4
commit 88bcfb9e66
49 changed files with 1072 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
const plugin = require('tailwindcss/plugin');
const sizes = {
'2xs': '1.25rem',
'2xs': '1.4rem',
xs: '1.8rem',
sm: '2.0rem',
md: '2.5rem',
@@ -58,6 +58,7 @@ module.exports = {
xs: '0.8rem',
sm: '0.9rem',
base: '1rem',
lg: '1.12rem',
xl: '1.25rem',
'2xl': '1.5rem',
'3xl': '2rem',