.NET, C#, ASP.NET MVC, JavaScript, PHP, WordPress, React, React Native
Pinned Loading
-
-
vscode-run-git-difftool
vscode-run-git-difftool PublicVisual Studio Code extension for running git difftool through context menu
-
-
wp-share-buttons
wp-share-buttons PublicWordPress plugin for adding social share buttons to posts
PHP
-
x-default-browser
x-default-browser PublicForked from jakub-g/x-default-browser
💻 Detect default browser, cross-platform
JavaScript
-
SCSS utilities for using vw units
SCSS utilities for using vw units 1# The Function
23Suppose we want a `div` to have `50px` width when the screen width is `500px` and a proportionate width when the screen width changes. We do math: `(50/500)*100 = 10` and set `width: 10vw`. The following simple function helps make our intention more clear:
4```scss
5@function get-vw($valueAtWidth, $width) {
12 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 1 commit in 1 repository
Created 1 repository
-
narekmalk/excalidraw
TypeScript
This contribution was made on Apr 6
Created a pull request in excalidraw/excalidraw that received 2 comments
feat: add container to MORE multiple text elements
Closes #9334
Updated actionWrapTextInContainer
action's predicate, to check if some of the selected elements are textual
+2
−2
lines changed
•
2
comments