diff --git a/docs/source/docs/installation.blade.md b/docs/source/docs/installation.blade.md index 31ff2c1a3..8e71a5704 100644 --- a/docs/source/docs/installation.blade.md +++ b/docs/source/docs/installation.blade.md @@ -30,7 +30,7 @@ Tailwind is configured almost entirely in plain JavaScript. To do this you'll ne Alternatively, you can simply copy the default config file [from here](https://github.com/nothingworksinc/tailwindcss/blob/master/defaultConfig.js). -## 3. Add Tailwind to your CSS +## 3. Use Tailwind in your CSS Use the `@@tailwind` directive to inject Tailwind's `reset` and `utilities` styles into your CSS. diff --git a/docs/source/docs/shadows.blade.md b/docs/source/docs/shadows.blade.md index ec6269226..75dce030d 100644 --- a/docs/source/docs/shadows.blade.md +++ b/docs/source/docs/shadows.blade.md @@ -60,21 +60,47 @@ title: "Shadows" -Box shadows can be applied using the `.shadow-{size}` utilities. By default these are a size scale, where the smaller sizes represent more shallow shadows, and larger sizes represent deeper shadows. If you use the `.shadow` utility without a suffix, you'll get the default shadow. +## Outer shadow + +Use the `.shadow`, `.shadow-md`, or `.shadow-lg` utilities to apply different sized outer box shadows to an element. @component('_partials.code-sample', ['class' => 'flex justify-around text-sm py-8']) -