larva __tests__: css

Available Variants

prototype

Test for media queries:

Padding
Margin
Font weight
css README

This needs docs!
Create a README.md in the pattern's directory and add details about using this pattern in markdown.

css Twig The markup file.
<p>Test for media queries:</p>

<div class="lrv-u-padding-b-1 lrv-u-padding-b-2@desktop lrv-u-padding-b-025@desktop-xl lrv-u-background-color-brand-primary lrv-u-color-white">Padding</div>

<div class="lrv-u-border-a-1">
	<div class="lrv-u-margin-a-025 lrv-u-margin-a-1@desktop lrv-u-margin-a-2@desktop-xl">Margin</div>
</div>

<div class="lrv-u-font-weight-bold lrv-u-font-weight-normal@desktop lrv-u-font-weight-bold@desktop-xl">Font weight</div>
css JSON The data object for this pattern.
{}