You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/configuration.blade.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -406,3 +406,15 @@ Here's a list of every core plugin for reference:
406
406
|`width`| The `width` utilities like `w-1/2`|
407
407
|`wordBreak`| The `word-break` utilities like `break-all`|
408
408
|`zIndex`| The `z-index` utilities like `z-50`|
409
+
410
+
## Using your configuration file in javascript
411
+
412
+
You can import the Tailwind config file in your javascript code too! Tailwind provides `resolveConfig` helper to get a fully merged version of your custom config file.
0 commit comments