/** @type {import('tailwindcss').Config} */
import sharedConfig from 'config/tailwind.config.js';

export default {
  presets: [sharedConfig],
};