Skip to content

Commit

Permalink
feat: third performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Dec 9, 2024
1 parent 117954c commit 78244ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion _dev/src/scss/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
@use "privacy";
@use "progress";
@use "radio-card";
@use "scrollbar";
@use "stepper";
30 changes: 0 additions & 30 deletions _dev/src/scss/components/_scrollbar.scss

This file was deleted.

2 changes: 1 addition & 1 deletion views/templates/components/stepper.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="stepper sb-thin" id="{{ stepper_parent_id }}">
<div class="stepper" id="{{ stepper_parent_id }}">
{% if steps %}
{% for step in steps %}
<div class="stepper__step stepper__step--{{ step.state }} {% if loop.first %} stepper__step--first {% elseif loop.last %} stepper__step--last {% endif %}" data-step-code="{{ step.code }}">
Expand Down

0 comments on commit 78244ce

Please sign in to comment.