The mandelbrot algorithm in SCSS. rendering the mandelbrot set in one element
<mandelbrot-set></mandelbrot-set>
<mandelbrot-set></mandelbrot-set> |
<mandelbrot-set></mandelbrot-set> |
<mandelbrot-set></mandelbrot-set> |
<div class="fern"></div> |
<mandelbrot-set></mandelbrot-set> |
The mandelbrot algorithm in SCSS. rendering the mandelbrot set in one element
<mandelbrot-set></mandelbrot-set>
As configured in my dotfiles.
start new:
tmux
start new with session name:
a placeholder-image for angular.js
creates images with long-shadows
A Pen by Gregor Adams on CodePen.
@import 'for'; | |
// compare two lists | |
// the wild animals will show a picture and a warning "This animal is wild" | |
// others do not | |
@wild: bear, tiger, elefant, lion, zebra, crocodile, gorilla; | |
@animals: gorilla, dog, cat, hamster, tiger; |
## compile less files from bash (shell) | |
## v 0.0.1-SNAPSHOT | |
######################################################### | |
## This script will compile ONE less-file to ONE css-file | |
## allow to compile "once" or "watch" | |
######################################################### | |
## DEPENDENCIES: | |
## observr https://github.com/kevinburke/observr | |
## lessc https://github.com/less/less.js/ | |
######################################################### |