/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

valhead.com
| | lisilinhart.info
1.3 parsecs away

Travel
| | CSS variables have been around for a while. Although they still lack some Browser Support (mainly IE and Edge), they provide a great new way to structure and interact with your CSS. In order to take a closer look at the performance impact of CSS variables one has to understand the basic principle of the scope, because it also applies to CSS variables.
| | hansreinl.de
2.1 parsecs away

Travel
| | Since March there is an Editor's Draft for variables in CSS3 - the CSS Variables Module Level 1.
| | jgthms.com
1.8 parsecs away

Travel
| | [AI summary] A promotional page and review for the 'CSS in 44 minutes' ebook which provides a step-by-step guide to building responsive webpages for developers.
| | khromov.se
25.7 parsecs away

Travel
| In this guide we will go through the characteristics and quirks of adapter-static, which is unique amongst all SvelteKit adapters because it compiles down to a folder of HTML, CSS and JavaScript instead of a serverless function or Node.js server. Many wonder how this can work with the server side-oriented nature of SvelteKit - let's dive into it with practical examples. You can find the companion repo here (in deployed form here) if you want to see the whole project. This article is divided into multiple...