- Frontend Focus: A once–weekly roundup of the best front-end news, articles and tutorials. HTML, CSS, WebGL, Canvas, browser tech, and more.
- This Week In React: The latest news directly in your inbox!
- Web Tools Weekly: A weekly newsletter for front-end developers with a specific focus on tools.
- NEXT.JS Weekly: A newsletter of the best Next.js articles, tools and projects
- JavaScript Weekly: A newsletter of JavaScript articles, news and cool projects
- Friday Front-End: Front-end development links tweeted daily, emailed weekly.
- CSS Weekly: Weekly e-mail roundup of CSS articles, tutorials, experiments, and tools curated by Zoran Jambor
- Liquid Weekly: Your one-stop shop for all things Shopify Development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://f.convertkit.com/ckjs/ck.5.js"></script> | |
<form action="https://app.convertkit.com/forms/FORM_ID/subscriptions" method="post" data-sv-form="FORM_ID" data-uid="UID_FROM_FORM_HTML"> | |
<ul data-element="errors"></ul> | |
<div data-element="fields"> | |
<input name="fields[first_name]" type="text"> | |
<input name="email_address"> | |
<button data-element="submit">Subscribe</button> | |
</div> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spacing: { | |
"13": '3.25rem', | |
"15": '3.75rem', | |
"17": '4.25rem', | |
"18": '4.5rem', | |
"19": '4.75rem', | |
"76": "19rem", | |
"84": "21rem", | |
"88": "22rem", | |
"92": "23rem", |