This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
skouter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
176
Commits
1
Branch
11 MiB
JavaScript
39.9%
CSS
16.4%
SVG
12.9%
PHP
11.1%
SCSS
7.5%
Other
12.2%
Branch:
master
skouter
/
grav-admin
/
user
/
plugins
/
problems
/
scss
/
mixins
/
_clearfix.scss
9 lines
111 B
Raw
Permalink
Blame
History
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: "";
display: table;
}
}