Skip to content

Commit eadd652

Browse files
committed
Update documentation.
1 parent c2e9dcf commit eadd652

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ These mixins let you set the respective CSS property in grid columns.
411411
##### Parameters
412412

413413
1. *number* `@span` – number of columns
414-
2. (optional) *pixel* `@nudge` – amount of units to nudge
415-
3. (optional) *number* `@base` – parent width in columns (`@grid-columns` by default)
414+
2. (optional) *pixel* `@nudge` – amount of pixels to nudge
415+
3. (optional) *number* `@base` – parent width in columns
416+
4. (optional) *pixel* `@base-nudge` – amount of pixels parent width was nudged by
416417

417418
##### Usage
418419

@@ -424,15 +425,17 @@ div {
424425
}
425426
```
426427

428+
427429
#### `.left()`, `.right()`, `.margin-left()`, `.margin-right()`, `.padding-left()`, `.padding-right()`
428430

429431
These mixins let you set the respective CSS property in grid columns.
430432

431433
##### Parameters
432434

433435
1. (optional) *number* `@span` – number of columns the property spans
434-
2. (optional) *pixel* `@nudge` – amount of units to nudge
435-
3. (optional) *number* `@base` – parent width in columns (`@grid-columns` by default)
436+
2. (optional) *pixel* `@nudge` – amount of pixels to nudge
437+
3. (optional) *number* `@base` – parent width in column
438+
4. (optional) *pixel* `@base-nudge` – amount of pixels parent width was nudged by
436439

437440
**NB!** You must specify either `@span` or `@nudge`!
438441

0 commit comments

Comments
 (0)