Skip to content

Instantly share code, notes, and snippets.

View trys's full-sized avatar
🤓
🚀

Trys Mudford trys

🤓
🚀
View GitHub Profile
@trys
trys / card.html
Last active April 14, 2019 19:35
Named slots - 1
<article>
<h2><sergey-slot name="title" /></h2>
<hr />
<p>Written by <sergey-slot name="author" /></p>
</article>
@trys
trys / README.md
Created January 10, 2020 23:29
Twitter logout on scroll

Twitter logout on scroll

Source

Idea by Benjamin Parry.

I’m in the market for a browser extension that launches the log out modal after 3 scrolls of my Twitter feed.

Paging @trysmudford

@trys
trys / globalTokens.stylex.ts
Created January 17, 2024 21:44
StyleX X Utopia
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
import stylex from '@stylexjs/stylex';