source: frontend/node_modules/tailwindcss/src/public/resolve-config.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 281 bytes
Line 
1import resolveConfigObjects from '../util/resolveConfig'
2import getAllConfigs from '../util/getAllConfigs'
3
4export default function resolveConfig(...configs) {
5 let [, ...defaultConfigs] = getAllConfigs(configs[0])
6 return resolveConfigObjects([...configs, ...defaultConfigs])
7}
Note: See TracBrowser for help on using the repository browser.