Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
coref
like
2
Running
App
Files
Files
Community
main
coref
/
less
/
mixins
/
size.less
Julien Chaumond
Checkpoint 1
5b4fd78
over 7 years ago
raw
Copy download link
history
blame
contribute
delete
103 Bytes
.size
(
@width
,
@height
) {
width
:
@width
;
height
:
@height
;
}
.square
(
@size
) {
.size
(
@size
,
@size
);
}