Skip to content

Commit

Permalink
Drop nat-expand-20
Browse files Browse the repository at this point in the history
Because it was not used in any of our projects, and the CSS size is 95%
of the previous size
  • Loading branch information
PowerKiKi committed May 24, 2024
1 parent b929793 commit 095fe07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 57 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h2 id="section-vertical">nat-vertical</h2>

<h2 id="section-expand">nat-expand</h2>
<p>Apply on nat-horizontal or nat-vertical children.</p>
<p>Available sizes : <strong>20, 25, 33, 50, 66, 75</strong>.</p>
<p>Available sizes : <strong>25, 33, 50, 66, 75</strong>.</p>

<div class="test nat-horizontal nat-gap">
<div>xxx</div>
Expand Down
54 changes: 0 additions & 54 deletions docs/natural-layout.css

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

2 changes: 1 addition & 1 deletion docs/natural-layout.css.map

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

2 changes: 1 addition & 1 deletion src/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@mixin nat-expand($orientation) {
flex: 1 1 1e-9px;

$expands: 20, 25, 33, 50, 66, 75;
$expands: 25, 33, 50, 66, 75;
@each $expand in $expands {
&-#{$expand} {
max-#{$orientation}: calc($expand * 1%);
Expand Down

0 comments on commit 095fe07

Please sign in to comment.