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

Commit 03bf50c

Browse files
committed
Fixed linting errors and updated data file
1 parent 8ad7409 commit 03bf50c

File tree

2 files changed

+12
-34
lines changed

2 files changed

+12
-34
lines changed

src/_data/roadmap.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ roadmap:
33
features:
44
- name: Framework updates (e.g. KnockoutJS, RequireJS, etc.)
55
status: inProgress
6-
- name: GraphQL - Asynchronous orders
7-
status: inProgress
86
- name: GraphQL - Admin configuration
97
status: inProgress
108
- name: GraphQL - Caching updates
@@ -61,11 +59,5 @@ roadmap:
6159
status: Planned
6260
- name: PWA - Bundle product type
6361
status: Planned
64-
- name: PWA - Staging and preview
65-
status: Planned
66-
- name: PWA - Bundle product type
67-
status: Planned
68-
- name: PWA - Live Search (Venia)
69-
status: Planned
7062
- name: Security and quality improvements
7163
status: Planned

src/_includes/roadmap.md

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,28 @@
2727
<style>
2828

2929
/****************/
30-
/***Tables***/
30+
/*****Tables*****/
3131
/****************/
3232

33-
/**
34-
* Main Table
35-
*/
33+
/***Main Table***/
3634
table.roadmap-table {
3735
padding: 1rem;
3836
margin: 0;
3937
border: 1px solid #ddd;
4038
}
4139

42-
/**
43-
* Inner Tables
44-
*/
40+
/***Inner Tables**/
4541
table.roadmap-table tr td.table-container table.inner-table {
4642
padding: 0.5rem;
4743
margin: 0;
4844
border: none;
4945
}
5046

5147
/*****************/
52-
/***Headers***/
48+
/*****Headers*****/
5349
/*****************/
5450

55-
/**
56-
* Main Table Header
57-
*/
51+
/***Main Table Header***/
5852
table.roadmap-table tr.roadmap-header th {
5953
padding: .7rem;
6054
margin: 0;
@@ -67,12 +61,10 @@ table.roadmap-table tr.roadmap-header th {
6761
}
6862

6963
/**************/
70-
/***Rows***/
64+
/*****Rows*****/
7165
/**************/
7266

73-
/**
74-
* Main Table Row
75-
*/
67+
/***Main Table Row***/
7668
table.roadmap-table tr {
7769
padding: 0.7rem;
7870
margin-left: 1rem;
@@ -82,22 +74,18 @@ table.roadmap-table tr:hover {
8274
background-color: #fff;
8375
}
8476

85-
/**
86-
* Inner Table Rows
87-
*/
77+
/***Inner Table Rows***/
8878
table.roadmap-table tr td.table-container table.inner-table tr.inner-row {
8979
padding: 0.7rem;
9080
margin: 0;
9181
border-bottom: 1px solid #ddd;
9282
}
9383

9484
/***************/
95-
/***Cells***/
85+
/*****Cells*****/
9686
/***************/
9787

98-
/**
99-
* Main Table Cell
100-
*/
88+
/***Main Table Cell***/
10189
table.roadmap-table tr td.table-container {
10290
padding: 0;
10391
margin: 0;
@@ -110,9 +98,7 @@ table.roadmap-table tr td.table-container {
11098
border-right: 1px solid #ddd;
11199
}
112100

113-
/**
114-
* Inner Table Cell
115-
*/
101+
/***Inner Table Cell***/
116102
table.roadmap-table tr td.table-container table.inner-table tr.inner-row td.inner-cell {
117103
margin: 0;
118104
padding: 0.8rem;
@@ -122,7 +108,7 @@ table.roadmap-table tr td.table-container table.inner-table tr.inner-row td.inne
122108
}
123109

124110
/***************/
125-
/***Icons***/
111+
/*****Icons*****/
126112
/***************/
127113

128114
.icon {

0 commit comments

Comments
 (0)