1
0
Fork 0

feat(lab): Bring up info on paths when clicked upon

This commit is contained in:
Joost De Cock 2022-06-18 12:15:05 +02:00
parent e153fbc925
commit a37e66c0e5
11 changed files with 473 additions and 35 deletions

View file

@ -251,4 +251,10 @@ module.exports = {
'--pattern-stroke-3xl': "6px",
// Pattern 4xl stroke width
'--pattern-stroke-4xl': "8px",
// Pattern 5xl stroke width
'--pattern-stroke-5xl': "12px",
// Pattern 6xl stroke width
'--pattern-stroke-6xl': "16px",
// Pattern 7xl stroke width
'--pattern-stroke-7xl': "20px",
}