I was confused by the fact that the current implementation of the no-headers timeline class required to explicitly identify the first and last timeline element by adding a is-first or is-last class to it.
So I propose to change the selectors to the css :first-child and :last-child respectively.
...I then built the project and it also updated some additional lines in the dist sass file - which I included in the first commit. Then I applied the class changes in the second commit.
Let me know if this works for you, or you'd like something to change.
I was confused by the fact that the current implementation of the
no-headers
timeline class required to explicitly identify the first and last timeline element by adding ais-first
oris-last
class to it.So I propose to change the selectors to the css
:first-child
and:last-child
respectively....I then built the project and it also updated some additional lines in the dist sass file - which I included in the first commit. Then I applied the class changes in the second commit.
Let me know if this works for you, or you'd like something to change.