UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

23 lines (22 loc) 388 B
module.exports = { purge: { enabled: true, content: ["./src/**/*.{js,jsx,ts,tsx,vue}"], }, theme: { extend: { colors: { primary: "#127ED9", }, fontFamily: { manrope: ["manrope"], }, screens: { "sm": '520px', 'tablet': '640px', 'laptop': '1024px', 'desktop': '1280px', }, }, }, };