About

participant C
participant B
participant A
Note right of A: By listing the participants\n you can change their order
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...

st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
#!/bin/bash
set -e # Exit on failure
# bash script here!
namespace App\Http\Controllers;

use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;

class Controller extends BaseController
{
    use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
}

Learn more about this styleguide, particularly how it’s built and who maintains it.

What and why

Brimer is a CSS Framework built after Primer, GitHub’s internal CSS framework. The idea is to have a cake and eat it too by combining Github attractive clean style and Bootstrap extensive feature list.

Browser support

Brimer currently supports all the stuff Bootstrap supports

Future updates

There will be a roadmap that outlines what’s comming for future versions of Brimer, promise.

Dependencies

  • Bootstrap, obviously.
  • Styles are built with SCSS.
  • NPM is used to link with Bootstrap SCSS.
  • Bower is used to link GitHub assets, namely our Octicons icon font and Markdown styles.

Who

Currently maintained by @websemantics, and Web Semantics, Inc, CSS team.