Skip to content

Commit

Permalink
Add subgrid mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Oct 11, 2024
1 parent f0dca1b commit a86c6fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/default/mixins.chiri
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ $$border-colour!colour: currentcolor
%column-#{start}-#{end}: grid-column: #{start} / #{end + 1}
%row-#{start}-#{end}: grid-row: #{start} / #{end + 1}

%columns-subgrid: grid-template-columns: subgrid
%rows-subgrid: grid-template-rows: subgrid

#do:
#var cursor-values=[
"auto
Expand Down

0 comments on commit a86c6fa

Please sign in to comment.