Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
ppak10
/
SLS4All-Backup
like
0
Dataset card
Files
Files and versions
xet
Community
main
SLS4All-Backup
/
Current
/
wwwroot
/
vendors
/
bootstrap
/
scss
/
utilities
/
_overflow.scss
ppak10
Backup 2026/05/30.
a8da962
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
138 Bytes
// stylelint-disable declaration-no-important
@each
$value
in
$overflows
{
.overflow-
#{
$value
} {
overflow
:
$value
!important
; }
}