Reconsolidate images, update paths

This commit is contained in:
Oliver Davies 2018-09-04 19:58:54 +01:00
parent 036a795cc7
commit 3578103515
165 changed files with 70 additions and 71 deletions

View file

@ -58,11 +58,11 @@ By adding a prefix like `tw-`, we can ensure that the Tailwind classes dont c
No prefix:
![](/dist/images/blog/using-tailwind-drupal/prefix-1.png){.with-border}
![](/images/blog/using-tailwind-drupal/prefix-1.png){.with-border}
With prefix:
![](/dist/images/blog/using-tailwind-drupal/prefix-2.png){.with-border}
![](/images/blog/using-tailwind-drupal/prefix-2.png){.with-border}
### Important
@ -78,11 +78,11 @@ For example: if I had this core markup then the left margin added by `tw-ml-4` w
</div>
```
![](/dist/images/blog/using-tailwind-drupal/important-1.png){.with-border}
![](/images/blog/using-tailwind-drupal/important-1.png){.with-border}
With the `!important` rule enabled though, the Tailwinds class takes precedence and is applied.
![](/dist/images/blog/using-tailwind-drupal/important-2.png){.with-border}
![](/images/blog/using-tailwind-drupal/important-2.png){.with-border}
## Example