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/_debug.css | |
| parent | 263f591827b41eba7c1d6ab68240c04369ba1155 (diff) | |
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_debug.css')
| -rwxr-xr-x | src/css/imports/_debug.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/css/imports/_debug.css b/src/css/imports/_debug.css index f09f2b5..3054635 100755 --- a/src/css/imports/_debug.css +++ b/src/css/imports/_debug.css @@ -1,16 +1,3 @@ -/* - - DEBUG (PESTICIDE) - Docs: http://tachyons.io/docs/debug/ - - This is a partial you have to manually include in your - build file. It places a different colored outline on - each element which can help you debug layout issues. - There is also a handy chrome extension that can - be found at http://pesticide.io - -*/ - body { outline: 1px solid #2980B9!important; } article { outline: 1px solid #3498DB!important; } nav { outline: 1px solid #0088C3!important; } @@ -129,4 +116,3 @@ rp { outline: 1px solid #803E49!important; } span { outline: 1px solid #CC2643!important; } br { outline: 1px solid #DB687D!important; } wbr { outline: 1px solid #DB175B!important; } - |
