# codoc/0.5/src/common.scss

codoc, version 0.5. 14 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.5/code/src/common.scss
- Raw: https://pluginprobe.com/plugins/codoc/0.5/raw/src/common.scss
- Modified: 2019-08-19T01:21:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/codoc/0.5/code/src/common.scss#L10-L20`.

```scss
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/

// Colors.
$black: rgb(41, 41, 41);
$white: #f4f4f4;
$gray: #dedede;
$green: #bada55;
$red: orangered;

```
