Highlights
- Pro
Pinned Loading
-
clean-package
clean-package PublicRemove configuration keys from 'package.json' before creating an NPM package.
-
sass-fairy
sass-fairy PublicEnhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions.
-
chimera-theme
chimera-theme Public👾A dark theme for Visual Studio Code inspired by the Dracula, Dark, and Dark+ themes
TypeScript 9
-
docusaurus-theme-frontmatter
docusaurus-theme-frontmatter PublicDocusaurus theme plugin to expose front matter through a component hook
TypeScript 12
1,761 contributions in the last year
Day of Week | March Mar | 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 |
Activity overview
Contribution activity
March 2025
Created 12 commits in 1 repository
Created a pull request in roydukkey/sass-fairy that received 1 comment
Hide split
when using combined api
The split
function was added with Sass 1.57.0. The function is hidden, because Sass Fairy still provides additional functionality.
We can hide this…
Created an issue in sindresorhus/type-fest that received 1 comment
KebabCasedProperties transforming :
to -:
Bug description
The KebabCasedProperties
is hyphening before colons. I would expect the property name onDialog:close
to become on-dialog:close
, not o…