Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| /* ============================================================================= | |
| CSS Declarations | |
| ========================================================================== */ | |
| /* ==|== The Standard Way =================================================== */ | |
| .foo::before { | |
| /* ...css rules... */ | |
| } |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| (function(){ | |
| var log = console.log; | |
| console.log = function(str) { | |
| var css = 'background: linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red); color: white; font-weight: bold;'; | |
| var args = Array.prototype.slice.call(arguments); | |
| args[0] = '%c' + args[0]; | |
| args.splice(1,0,css); | |
| return log.apply(console, args); | |
| } |
| @z-index-order: 'contact', 'lightbox', 'nav'; | |
| .zindex(@elementName) { | |
| .loop(@elementName, @counter) when (@counter > 0) { | |
| .loop(@elementName, @counter - 1); | |
| .pickIndex(@elementName, @counter); | |
| } |
| <?php | |
| // Please see https://github.com/Lewiscowles1986/WordPressSVGPlugin from now on |
Recursos del Curso Desarrollo Frontend con Developer Tools en Escuela IT