Skip to content

Instantly share code, notes, and snippets.

View pouyakary's full-sized avatar
🌻
Loving the Spring

Pouya Kary ✨ pouyakary

🌻
Loving the Spring
View GitHub Profile
@pouyakary
pouyakary / HOMEPAGE.md
Created July 19, 2020 21:24
GITHUB HOMEPAGE

Hello World.

@pouyakary
pouyakary / connectHTMLelements_SVG.png
Created June 5, 2016 13:46 — forked from alojzije/connectHTMLelements_SVG.png
Connect two elements / draw a path between two elements with SVG path (using jQuery)
connectHTMLelements_SVG.png
@pouyakary
pouyakary / macOS Big Sur Icon.aftemplate
Created November 7, 2021 20:39 — forked from niw/LICENSE
macOS Big Sur Icon Template for Affinity Photo
@pouyakary
pouyakary / A much much better import for ECMAScript.md
Last active November 8, 2021 11:49
A much much better import for ECMAScript

So if you have ever written in a ECMAScript language (JavaScript/TypeScript/...) you know that the autocomplete on the import is crap. Since you first say what you want and then say where from so the autocomplete has no idea what is available:

Visual Studio Code lets you define where in the snippets you want to fill step by step and that became a really good way to fix the problem. With the imp snippet you can do:

Sass/Less Comparison

In this document I am using Sass's SCSS syntax. You can choose to use the indented syntax in sass, if you prefer it, it has no functional differences from the SCSS syntax.

For Less, I'm using the JavaScript version because this is what they suggest on the website. The ruby version may be different.

Variables