Skip to content

Commit 6876863

Browse files
committed
refactor: migrate styles to 7-1 Pattern structure
1 parent 8bcfc0e commit 6876863

42 files changed

Lines changed: 1945 additions & 1601 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

home/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
11-
<link href="style.css" rel="stylesheet">
11+
<link href="/styles/main.css" rel="stylesheet">
1212
<body data-page="home">
1313
<div class="wrapper">
1414
<header class="container">

home/style.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

menu/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
11-
<link href="style.css" rel="stylesheet">
11+
<link href="/styles/main.css" rel="stylesheet">
1212
<body data-page="menu">
1313
<div class="wrapper">
1414
<header class="container">
@@ -53,7 +53,7 @@
5353
</ul>
5454
</nav>
5555

56-
<a href="../menu/index.html" class="header-menu__item">
56+
<a href="../menu/index.html" class="menu-page header-menu__item">
5757
<p>Menu</p>
5858
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
5959
<path d="M14.167 9.76667V11.6667C14.167 14.8883 11.5553 17.5 8.33366 17.5C5.112 17.5 2.50033 14.8883 2.50033 11.6667V9.76667C2.50033 9.4353 2.76896 9.16667 3.10033 9.16667H13.567C13.8984 9.16667 14.167 9.4353 14.167 9.76667Z" stroke="#403F3D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>

0 commit comments

Comments
 (0)