Skip to content

Instantly share code, notes, and snippets.

View antaNTby's full-sized avatar
🏠
Working from home

Alexander antaNTby

🏠
Working from home
View GitHub Profile
anonymous
anonymous / config.json
Created October 12, 2015 15:29
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#283C69",
"@brand-success": "#44c767",
<?php
/**
* @author Alexey Samoylov <alexey.samoylov@gmail.com>
*/
use yii\web\JsExpression;
use yii\helpers\Url;
use yii\helpers\Html;
Url::remember();
$this->title = 'Иерархия';
@neretin-trike
neretin-trike / pug.md
Last active July 25, 2024 15:54
Туториал по HTML препроцессору Pug (Jade)