This website requires JavaScript.
Explore
Help
Sign In
CyCAT
/
cycat-project-website
mirror of
https://github.com/CyCat-project/cycat-project-website
Watch
1
Star
0
Fork
You've already forked cycat-project-website
0
Code
Issues
Projects
Releases
Wiki
Activity
bb6c51ef90
cycat-project-website
/
_sass
/
bootstrap
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Executable File
Raw
Blame
History
// Sizing shortcuts
@mixin
size
(
$width
,
$height
:
$width
)
{
width
:
$width
;
height
:
$height
;
}
Reference in New Issue
View Git Blame
Copy Permalink