Rename build to dist
This commit is contained in:
parent
769c4c54bd
commit
036a795cc7
27 changed files with 52 additions and 52 deletions
|
@ -58,11 +58,11 @@ By adding a prefix like `tw-`, we can ensure that the Tailwind classes don’t c
|
|||
|
||||
No prefix:
|
||||
|
||||
{.with-border}
|
||||
{.with-border}
|
||||
|
||||
With prefix:
|
||||
|
||||
{.with-border}
|
||||
{.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>
|
||||
```
|
||||
|
||||
{.with-border}
|
||||
{.with-border}
|
||||
|
||||
With the `!important` rule enabled though, the Tailwind’s class takes precedence and is applied.
|
||||
|
||||
{.with-border}
|
||||
{.with-border}
|
||||
|
||||
## Example
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue