You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
289 B
7 lines
289 B
// Restate and add to the Bootstrap default spacing variables |
|
// |
|
// The spacer is restated in order to add new entries to the $spacers map |
|
// The 10 and n1 through n10 spacers are newly added allowing for larger |
|
// spacing options and negative padding and margin utilities |
|
|
|
$spacer: 1rem;
|
|
|