Skip to main content

Search

Items tagged with: sass


I’m currently looking for new opportunities in freelance, contract, or permanent roles starting in the new year. If you know of any openings or can share this post, I’d be grateful for your support!

With expertise in frontend development, web design, interaction design, and design systems, I’m excited to bring fresh ideas and skills to new projects.

#frontend #webdesign #interactiondesign #css #html #sass #designsystems #static #11ty


I'm using @eleventy v3 with the Bundle/Render plugins to render #Sass assets, it’s awesome. 😍

BUT!

In my code:

```
{% if sub_galleries_number > 0 %}
{%- css "critical" %}{% renderFile "src/assets/sass/components/sub_galleries.scss" %}{% endcss %}
{% include 'components/sub_galleries.njk' %}
{% endif %}
```

If I move `{%- css "critical" %}…{% endcss %}` inside the included Nunjucks “component”, this component doesn't render anymore in the HTML of the page, without any warning or error. 🥹