/** @type {import('tailwindcss').Config} */
module.exports = {
  theme: {
    spacing: {
      '1': '10px',
      '2': '14px',
      '3': '18px',
      '4': '22px',
      '5': '26px',
      '6': '30px',
    }
  }
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.