Skip to content

Instantly share code, notes, and snippets.

View msrxse's full-sized avatar

Marcos Suárez msrxse

  • London
View GitHub Profile
@msrxse
msrxse / MenuLayout.js
Created November 19, 2018 08:15
menu layout transition of flex grow
/**
* This file is the exception to mobile first CSS
* Both mobile and higher resolution screens have its own css
*/
@media (max-width: 35em) {
.wrapper {
display: flex;
}
.aside {
import React, { Component } from 'react'
import axios from 'axios'
import InlineError from './InlineError'
class SpecificErrorRequest extends Component {
constructor(props) {
super(props)
this.state = {
@msrxse
msrxse / .gitignore
Created December 9, 2016 11:35 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #