Can you please provide an example of how to design for different screen sizes using Semantic UI instead of Bootstrap? I'm looking for something similar to Bootstrap's sm and lg classes.
For instance, would it look like this:
<div class="col s6 m4 l2">Hello world</div>