mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-11 07:50:25 -04:00
Initial commit
This commit is contained in:
commit
1100dbe947
192 changed files with 16066 additions and 0 deletions
5
_sass/bootstrap/utilities/_overflow.scss
Executable file
5
_sass/bootstrap/utilities/_overflow.scss
Executable file
|
@ -0,0 +1,5 @@
|
|||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $value in $overflows {
|
||||
.overflow-#{$value} { overflow: $value !important; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue