Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat: add variables margin generic
Browse files Browse the repository at this point in the history
  • Loading branch information
GusBaamonde committed Mar 21, 2019
1 parent 461671e commit 3adcaac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scss/modules/_atomic-class.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* variables margin bottom */
/* variables margin */
$dp-margin--lv0: 0;
$dp-margin--lv1: 6px; /* variables margin bottom */
$dp-m-bottom--lv0: 0;
$dp-m-bottom--lv1: 6px;
$dp-m-bottom--lv2: 12px;
Expand Down

0 comments on commit 3adcaac

Please sign in to comment.