Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Adding/Removing Breakpoints #609

@ghost

Description

Q1
I apologize if this is not the right area to post this but I am curious what others have done to accomplish adding/removing breakpoints.

Q2
Being familiar with Bootstrap is there a quick way to revert the max media queries to min and no max?

Here's what i was hoping to achieve, not the small breakpoint has no max:

`$viewportIncrement: 1px;

$small: 480px;
$medium: 768px;
$large: 992px;
$xlarge: 1170px;

$postSmall: $small + $viewportIncrement;
$preMedium: $medium - $viewportIncrement;
$preLarge: $large - $viewportIncrement;

/================ The following are dependencies of csswizardry grid ================/

$breakpoints: (
'medium' '(min-width: #{$medium})',
'large' '(min-width: #{$large})',
'xlarge' '(min-width: #{$xlarge})'
);
$breakpoint-has-widths: ('small', 'medium', 'large', 'xlarge');
$breakpoint-has-push: ('medium', 'large', 'xlarge');
$breakpoint-has-pull: ('medium', 'large', 'xlarge');`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions