Update GitHub links

This commit is contained in:
Jonathan Reinink 2017-10-31 16:51:54 -04:00
parent f97fd788d1
commit 333663a2ec
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Use the `@@tailwind` directive to insert Tailwind's `reset` and `utilities` styl
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/nothingworksinc/tailwindcss/blob/master/css/preflight.css
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
*/
@@tailwind reset;

View File

@ -28,7 +28,7 @@ Tailwind is configured almost entirely in plain JavaScript. To do this you'll ne
<div class="text-purple-dark">./node_modules/.bin/tailwind <span class="text-blue-dark">init</span> <span class="text-smoke-darker">[filename]</span></div>
</div>
Alternatively, you can simply copy the default config file [from here](https://github.com/nothingworksinc/tailwindcss/blob/master/defaultConfig.js).
Alternatively, you can simply copy the default config file [from here](https://github.com/tailwindcss/tailwindcss/blob/master/defaultConfig.js).
## 3. Use Tailwind in your CSS
@ -42,7 +42,7 @@ To avoid specificity issues, we highly recommend structuring your main styleshee
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/nothingworksinc/tailwindcss/blob/master/css/preflight.css
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
*/
@@tailwind reset;