Skip to content

Instantly share code, notes, and snippets.

View hyfydistro's full-sized avatar
😄
I like to think I'm doing my best

Caroline Rozali hyfydistro

😄
I like to think I'm doing my best
View GitHub Profile
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
// All imported modules in your tests should be mocked automatically
// automock: false,
// Stop running tests after `n` failures
// bail: 0,
@hyfydistro
hyfydistro / media-query.css
Created July 16, 2019 06:16 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS

BEM - Block, Element, Modifier

1. Block
----------------------------------------------

Eg: menu

<ul class="menu"></ul>
  1. Elements