5 Commits

Author SHA1 Message Date
Adam Wathan
b299b6fbe1
Support new presets key + extending core plugins config (#2474)
* WIP

* Support array for Tailwind config

* Drop array format for `presets` key instead

* Update changelog
2020-10-08 11:21:39 -04:00
Adam Wathan
6a9c3e7886
Register dark mode plugin outside of resolveConfig code path (#2368) 2020-09-11 10:15:39 -04:00
Adam Wathan
e5c193a76c
Make resolveConfig compatible with feature flag configs (#2347)
* Make resolveConfig compatible with feature flag configs

* Update changelog
2020-09-07 19:56:35 -04:00
Adam Wathan
4b72c733dc Support resolving multiple configs using public resolveConfig function 2019-10-12 13:00:50 -04:00
Adam Wathan
b8a997d68b Make resolveConfig available in user land
Adds a new `resolveConfig` file to the project root that can be imported as `tailwindcss/resolveConfig` and used to get a fully merged version of your custom config file.

Useful when you want access to your design tokens in JS.
2019-04-26 14:58:41 -04:00