Skip to content

Add responsive media-mixins shortcut#13760

Closed
dkrnl wants to merge 2 commits intotwbs:masterfrom
dkrnl:master
Closed

Add responsive media-mixins shortcut#13760
dkrnl wants to merge 2 commits intotwbs:masterfrom
dkrnl:master

Conversation

@dkrnl
Copy link
Copy Markdown

@dkrnl dkrnl commented Jun 9, 2014

usage example:

.media-xs({
  div {
    border:1px solid red;
  }
})

result:

@media (max-width: 767px) {
  div {
    border:1px solid red;
  }
}

@mdo mdo added css labels Jun 9, 2014
@mdo mdo added this to the v3.3.0 milestone Jun 9, 2014
@mdo
Copy link
Copy Markdown
Member

mdo commented Jun 9, 2014

Similar to #13014.

@cvrebert
Copy link
Copy Markdown
Collaborator

cvrebert commented Jun 9, 2014

Yeah, duplicate basically.

@dkrnl
Copy link
Copy Markdown
Author

dkrnl commented Jun 9, 2014

sorry ): close...

@dkrnl dkrnl closed this Jun 9, 2014
@mdo mdo removed this from the v3.3.0 milestone Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants