@StuRobson @Orangetronic @hankchizljaw I always thought <datalists> were like a better <select> but there is only one value associated with the options not a server value and a human label like a <select>. Found out <datalist> is more akin to an auto complete component for a text input not a <select>
@StuRobson @andybelldesign I like having two classes for selectors. The first one is like a namespace and the second is like a property of that component.
Like
.header {
.title { … }
.description { … }
}
@StuRobson @andybelldesign Check out discoverdev.io/