feat: add $semantic-root-element variable

This commit is contained in:
Jaiden Douglas 2022-08-21 12:03:00 +09:30
parent 8b63a5b6dd
commit a41422875f
No known key found for this signature in database
GPG key ID: F8CFF23528D6B002
13 changed files with 18 additions and 15 deletions

View file

@ -32,6 +32,9 @@ $enable-transitions: true !default;
// Enable overriding with !important
$enable-important: true !default;
// Set the root element for $enable-semantic-container and $enable-responsive-spacings
$semantic-root-element: "body" !default;
// Responsive
//