Margin
Usage
Please refer to the
documentation on the Tailwind CSS website
Compatibility
| Class | Native (StyleSheet) | Web (CSS) |
|---|---|---|
| m-{n} | ✅ | ✅ |
| m-[n] | ✅ | ✅ |
| mx-{n} | ✅ | ✅ |
| mx-[n] | ✅ | ✅ |
| my-{n} | ✅ | ✅ |
| my-[n] | ✅ | ✅ |
| mt-{n} | ✅ | ✅ |
| mt-[n] | ✅ | ✅ |
| mr-{n} | ✅ | ✅ |
| mr-[n] | ✅ | ✅ |
| mb-{n} | ✅ | ✅ |
| mb-[n] | ✅ | ✅ |
| ml-{n} | ✅ | ✅ |
| ml-[n] | ✅ | ✅ |
| m-auto | ✅ |