Skip to content

Instantly share code, notes, and snippets.

View elemeNtk0's full-sized avatar
🤙
¯\_(ツ)_/¯

Alexander elemeNtk0

🤙
¯\_(ツ)_/¯
View GitHub Profile
@import "../../../../node_modules/include-media/dist/include-media";
$breakpoints: (
xs: 480px,
sm: 600px,
tablet: 768px,
md: 960px,
lg: 1280px,
xl: 1920px
);
module.exports = {
"extends": [
"stylelint-config-recommended",
"stylelint-config-recess-order"
],
"plugins": [
],
"rules": {
"color-hex-length": "long",
"property-no-vendor-prefix": null,
{
"exclude": [
".git/**",
"node_modules/**"
],
"always-semicolon": true,
"block-indent": " ",
"color-case": "lower",
"color-shorthand": false,
(function showReaction(username, reaction){
var elts = document.querySelectorAll('.js-details-container.outdated-diff-comment-container');
var total = [];
for (var i = elts.length - 1; i>=0; i--) {
var elt = elts[i];
var table = elt.querySelector('.js-inline-comments-container');
if (!table || elt.classList.contains('open')) {
continue;
}
var lastComment = table.children[table.children.length - 1];