- Source:
Methods
is-named-breakpoint($breakpoint) → {Boolean}
Returns if the given breakpoint is a registered named breakpoint to be found in the jig config.
Parameters:
Name | Type | Description |
---|---|---|
$breakpoint |
String | a named breakpoint defined in the jig config |
- Source:
Returns:
true if breakpoint is a registered named breakpoint name
- Type
- Boolean
Example
is-named-breakpoint(medium)
=> true