UNPKG

@markusantonwolf/ta-foodtrucks

Version:

TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light

18 lines (17 loc) 331 B
module.exports = { purge: { enabled: false, }, future: { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true, }, theme: { taFoodtrucks: { export: true, }, extend: {}, }, variants: {}, plugins: [require('./src/plugin/index')], }