UNPKG

shopify-express-remix-app

Version:

A boilerplate for building Shopify apps using Express and Remix

22 lines (20 loc) 407 B
export default { content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"], theme: { extend: { fontFamily: { sans: [ "Inter", "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", ], }, }, }, plugins: [], };