Skip to content

Conversation

@adamwathan
Copy link
Member

This PR adds separate components.css and components.min.css files to our npm releases so they are available via CDN for anyone who wants to pull in each section of the Tailwind default builds separately, like:

<link rel="stylesheet" href="http://unpkg.com/tailwindcss/dist/preflight.min.css">
<link rel="stylesheet" href="/css/custom-base-styles.css">

<link rel="stylesheet" href="http://unpkg.com/tailwindcss/dist/components.min.css">
<link rel="stylesheet" href="/css/custom-components.css">

<link rel="stylesheet" href="http://unpkg.com/tailwindcss/dist/utilities.min.css">
<link rel="stylesheet" href="/css/custom-utilities.css">

@adamwathan adamwathan merged commit 7c88a6c into 0.5 Mar 13, 2018
@adamwathan adamwathan deleted the components-dist-file branch March 13, 2018 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants