BEM - Block, Element, Modifier
1. Block
----------------------------------------------
Eg: menu
<ul class="menu"></ul>
- Elements
// 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, |
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
1. Block
----------------------------------------------
Eg: menu
<ul class="menu"></ul>