Skip to content

Instantly share code, notes, and snippets.

View artursopelnik's full-sized avatar

Artur Sopelnik artursopelnik

View GitHub Profile
---
import 'glightbox/dist/css/glightbox.css'
const { files, dir, id } = Astro.props
---
<section class="glightbox-images" id={`gallery-${id || 1}`}>
{
files.map((f) => (
<a
@artursopelnik
artursopelnik / kfw-design-tokens.light.json
Created July 21, 2025 11:47
KfW Designtokens (Penpot) 21.07.2025
{
"Base": {
"Color": {
"Black": {
"$value": "#000000",
"$type": "color"
},
"White": {
"90": {
"$value": "#ffffffe6",