Skip to content

Instantly share code, notes, and snippets.

View zayeed-bs's full-sized avatar
🥶
"we're more ghosts than people"

zayeed zayeed-bs

🥶
"we're more ghosts than people"
  • 07:26 (UTC -06:00)
View GitHub Profile
@adrianhajdin
adrianhajdin / appStyles.js
Created December 20, 2020 15:07
Styles for an Expense Tracker Web Tutorial
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
desktop: {
[theme.breakpoints.up('sm')]: {
display: 'none',
},
},
mobile: {
[theme.breakpoints.down('sm')]: {