Doorkeeper CSS

  1. Creating theme-compatible flex-based layouts with Doorkeeper CSS.
  2. How to add a default margin and padding on elements using theme defaults..

Doorkeeper CSS

Doorkeeper CSS is probably similar to bootstrap, but is carefully designed to blend in nicely with the currently loaded theme files of the Doorkeeper CMS.

It is basically a collection of classes and id's that are prefixed with dk_ in order to avoid conflicts with other code. The CMS automatically minifies the CSS before serving it up at the front-end, which will shorten all class and id names regardless of the original length.

The goal of the Doorkeeper CSS project is to have a super minified CSS code base that is capable of showing everything on a website while only loading the parts that are used by the requested page. This is not fully accomplished yet, but it is an ongoing experiment.

Doorkeeper CSS is currently written in SASS and has the .scss file extension.