Related property declarations should be grouped together following the order:
- Positioning
- position
- top
- right
- bottom
- left
- z-index
| pp Product.all.to_a | |
| # Product is model name | |
| # outputs: | |
| Product Load (0.2ms) SELECT "products".* FROM "products" | |
| [#<Product:0x007fb738028810 | |
| id: 1, | |
| name: "Alex", | |
| price: #<BigDecimal:7fb7380221e0,'0.123E3',9(27)>, | |
| created_at: Wed, 04 Nov 2015 01:30:32 UTC +00:00, | |
| updated_at: Wed, 04 Nov 2015 01:30:32 UTC +00:00>, |
| localStorage.setItem('visited-'+window.location.pathname,true); | |
| var links = document.getElementsByTagName('a'); | |
| for (i=0;i<links.length;i++) { | |
| var link = links[i]; | |
| if (link.host == window.location.host | |
| && localStorage.getItem('visited-' + link.pathname + '/')) { | |
| link.dataset.visited = true; | |
| } | |
| } |
| ^\n |
| (?s)(?<=<h3>)<span>(.+?)<\/span> | |
| <h5>(.|\n)*?<\/h5> | |
| (?s)<p class="events" style="display: none;">.+?</p> | |
| # find every other comma | |
| (,[^,]*), |
| Shift+Function+Delete |
([a-zA-Z0-9]:)([a-zA-Z0-9#])$1 $2| ipconfig getifaddr en0 | |
| ipconfig getifaddr en1 | |
| ipconfig getifaddr en2 | |
| ipconfig getifaddr en3 //ethernet |
| identify -verbose filename |
| h2:before { | |
| display: block; | |
| content: " "; | |
| margin-top: -285px; | |
| height: 285px; | |
| visibility: hidden; | |
| } |