Skip to content

Instantly share code, notes, and snippets.

View RTAndrew's full-sized avatar

Rtandrew Paul RTAndrew

View GitHub Profile
@JoaoTMDias
JoaoTMDias / sc-media-queries.helper.tsx
Created February 18, 2019 11:44
Styled Components Media Queries Helepr
import { css } from 'styled-components'
/**
* For the specified media query, returns a tag function that can be used to
* automatically wrap the tagged template literal in its media query.
*
* @param {string} query The string or template literal containing the media
* query features.
*/
.flex {
display: flex;
.align-center {
margin: auto;
align-self: center;
}
.align-left {
margin-right: auto;
@jeromefaria
jeromefaria / gist:11246657
Last active July 14, 2023 12:43
Contrato Assassino

Contrato Assasino

O famoso contracto open-source para web designers e programadores pela Stuff & Nonsense

  • Publicação original: 23/12/2008
  • Data da última revisão: 15/12/2013
  • Publicação original
  • Tradução Portuguesa por: Beatriz Luna Pais (@inversiva) e João Sequeira.