Michael Trilford
Results
4
comments of
Michael Trilford
> @jxnblk Have you got an example of this? > > I want to use `boxShadow` to create borders, in my theme I have: > > `:shadows {:border "0 0...
Can you not just use the CSS? @media screen and (max-width: 480px){ #grid[data-columns]::before { content: '1 .column.size-1of1'; } } @media screen and (min-width: 481px) and (max-width: 768px) { #grid[data-columns]::before {...