mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update GitHub links
This commit is contained in:
parent
f97fd788d1
commit
333663a2ec
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user