diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
| commit | ed4be926a7217018e052e3fecda92e4ee671d950 (patch) | |
| tree | bbf3e59364d19cfb8fd0dd702fdfbd2f9b61c3fa /src/css/imports/_clears.css | |
| parent | 263f591827b41eba7c1d6ab68240c04369ba1155 (diff) | |
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_clears.css')
| -rwxr-xr-x | src/css/imports/_clears.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/css/imports/_clears.css b/src/css/imports/_clears.css index 14d8e1d..43bf2b2 100755 --- a/src/css/imports/_clears.css +++ b/src/css/imports/_clears.css @@ -1,13 +1,3 @@ -/* - - CLEARFIX - http://tachyons.io/docs/layout/clearfix/ - -*/ - -/* Nicolas Gallaghers Clearfix solution - Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */ - .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } |
