Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
fxmarty
/
transformers-regressions
like
0
License:
mit
Dataset card
Files
Files and versions
Community
main
transformers-regressions
/
dana
/
third_party
/
bootstrap
/
less
/
mixins
/
text-emphasis.less
Félix Marty
add dana
3f268e5
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
// Typography
.text-emphasis-variant
(
@color
) {
color
:
@color
;
a
&
:hover
,
a
&
:focus
{
color
:
darken
(
@color
,
10%
);
}
}