Skip to content

Instantly share code, notes, and snippets.

View yuriygr's full-sized avatar

Yuriy Grinev yuriygr

View GitHub Profile
@yuriygr
yuriygr / material-icon.md
Created September 12, 2023 01:54 — forked from rupeshtiwari/material-icon.md
Custom Material Icon Folder ( customize folder icons vscode material theme)
tags vscode, material,customize folder icons vscode material theme
title How to add custom folder icon in Material icons

Steps to add custom folder icon in Material icons

Go to Settings.json file

@yuriygr
yuriygr / SCSS Flexbox Grid
Last active February 20, 2020 15:53 — forked from coco-napky/SCSS Flexbox Grid
Scss grid system based on flexbox
$grid-xs: 420px;
$grid-sm: 768px;
$grid-md: 992px;
$grid-lg: 1200px;
$columns: 12;
$viewport-layouts: (
"xs":( "min-width": $grid-xs, "width": $grid-xs - 15px ),
"sm":( "min-width": $grid-sm, "width": $grid-sm - 15px ),