Skip to content

Commit 127b6fe

Browse files
add Margin and padding in readme
1 parent 01b2f4d commit 127b6fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add in the `<head>` of your html file:
1919
Add in your scss file:
2020

2121
```scss
22-
@import "~bootstrap-container-queries/scss/bootstrap-container-queries";
22+
@import "bootstrap-container-queries/scss/bootstrap-container-queries";
2323
```
2424

2525
## Usage
@@ -41,3 +41,7 @@ You can align text at `start`, `center` or `end` with `.bcq-text-{value}` or `.b
4141
### Float
4242

4343
You can make the element float at `start`, `end` or `none` with `.bcq-float-{value}` or `.bcq-float-{breakpoint}-{value}` like `.float-*`.
44+
45+
### Margin and padding
46+
47+
You can add the bootstrap margin or padding with `.bcq-m{sides}-{breakpoint}-{value}` or `.bcq-p{sides}-{breakpoint}-{value}`.

0 commit comments

Comments
 (0)