You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_data/site.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
exportdefault{
2
-
title: 'jrson.me',
2
+
name: 'jrson.me',
3
3
description:
4
4
'I am a passionate web developer who likes to experiment with different stacks. I am forced to optimize things to infinity. I blog about my experience I like to share, using Node.js and Deno.',
Copy file name to clipboardExpand all lines: src/posts/2023-10-03_how-to-use-forward-placeholders-and-extend-selectors-with-sass-scss-mixins-effectively.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "How to @use/@forward %placeholders and @extend selectors with SASS/SCSS @mixins effectively"
3
3
excerpt: "In this blog post we learn how to @use %placeholders in complex SASS/SCSS modules."
0 commit comments