Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
77 lines (66 loc) · 1.54 KB

features.md

File metadata and controls

77 lines (66 loc) · 1.54 KB

{% assign versionsNumber = include.data.versions.size %} {% assign features = include.data.features %} {% if include.features %} {% assign features = include.data.features | where: "name", include.features %} {% endif %}

{% for features in features %} {% for version in include.data.versions %} {% endfor %} {% for featuresVersion in features.versions %} {% for version in include.data.versions %} {% endfor %} {% endfor %} {% endfor %}
{{ features.name }}{{version}}
{{ featuresVersion.name }}
<style> .comparison-table { table-layout: auto; } .comparison-table .magento-version th { padding: 15px 15px; background: none; } .feature-version { transition: all .2s; } .feature-version:hover { background: rgba(20,115,230,10%); } .comparison-table .feature-name th { padding: 15px 15px; font-size: 14px !important; font-weight: bold; color: black; background-color: lightgray; } .status-light { height: 32px; font-size: 14px; font-weight: 400; } .status-light::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin: 0 12px; } .status-light.true::before { background: rgb(45, 157, 120); } .status-light.false::before { background: none; } </style>