This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
cryptohagen.dk
/
website
Watch
2
Star
0
Fork
1
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51
Commits
3
Branches
3.1 MiB
HTML
68.9%
Ruby
22.1%
CSS
7.4%
Shell
1.1%
Dockerfile
0.5%
Tree:
f68ff9a945
fix-build
master
test-notifier
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f68ff9a945'
${ noResults }
website
/
_sass
/
bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
Raw
Blame
History
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}