Skip to content

Instantly share code, notes, and snippets.

View MilosJo's full-sized avatar
🎯
Focusing

Milos Jovancevic MilosJo

🎯
Focusing
View GitHub Profile
import React from 'react';
import isEmail from 'validator/lib/isEmail';
import posed, { PoseGroup } from 'react-pose';
const Message = posed.div({
enter: {
opacity: 1,
height: 'auto',
transition: { duration: 500 },
},
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;