Skip to content

Commit

Permalink
BR-2261 Add new cols and span classes for Desktop and Tablet (#768)
Browse files Browse the repository at this point in the history
* Add grid cols and span

* Add comment in chaneglog

* Add cols and spans for tablet and desktop

* Add span9
  • Loading branch information
bhavz-10 authored Feb 1, 2023
1 parent be787ed commit dae177d
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unpublished Changes

* larva-css - Add `cols; 5, 7, 10` and `span: 5, 6, 7, 8, 9` for Desktop and Tablet
## 1.42.2 01-31-2023
* larva-css - Add new `lrv-a-span` and `lrv-a-cols` utility classes.

Expand Down
2 changes: 1 addition & 1 deletion build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/svg/defs/sprite.defs.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ <h2>youtube</h2>

</section>
<footer>
<p>Generated at Tue, 31 Jan 2023 18:12:25 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
<p>Generated at Wed, 01 Feb 2023 19:26:37 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion packages/larva-css/build/css/algorithms.common.async.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/larva-css/build/css/algorithms.common.inline.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ $grids: (
spans: ( 2, 3, ),
breakpoint: tablet,
),
(
columns: 5,
breakpoint: tablet,
),
(
columns: 7,
breakpoint: tablet,
),
(
columns: 10,
spans: ( 5, 6, 7, 8, 9 ),
breakpoint: tablet,
),
(
columns: 20,
spans: ( 4, 12, 14, 16, 18 ),
Expand Down Expand Up @@ -73,6 +86,15 @@ $grids: (
columns: 5,
breakpoint: desktop,
),
(
columns: 7,
breakpoint: desktop,
),
(
columns: 10,
spans: ( 5, 6, 7, 8, 9 ),
breakpoint: desktop,
),
(
columns: 20,
spans: ( 4, 12, 14, 16, 18 ),
Expand Down
2 changes: 1 addition & 1 deletion packages/larva/build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/svg/defs/sprite.defs.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ <h2>youtube</h2>

</section>
<footer>
<p>Generated at Tue, 31 Jan 2023 18:12:25 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
<p>Generated at Wed, 01 Feb 2023 19:26:37 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
</footer>
</body>
</html>

1 comment on commit dae177d

@vercel
Copy link

@vercel vercel bot commented on dae177d Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pmc-larva – ./

pmc-larva-penske-media-corp.vercel.app
pmc-larva-git-master-penske-media-corp.vercel.app

Please sign in to comment.