Skip to content

Instantly share code, notes, and snippets.

View troyanvic's full-sized avatar

Troyan Vic troyanvic

View GitHub Profile
@troyanvic
troyanvic / _grid.scss
Created September 20, 2018 10:35
Bootstrap grid using SCSS
// container
.container {
@extend %padding;
width: 1170px;
margin: 0 auto;
&-fw {
@extend %padding;
width: 100%;
}
@troyanvic
troyanvic / RESPONSE_Controller.php
Created September 18, 2018 09:52
CodeIgniter JSON Response Controller - Converts data into JSON format and sends it back.
<?php
defined( 'BASEPATH' ) OR exit( 'No direct script access allowed' );
/**
* CodeIgniter JSON Response Controller
* Converts data into JSON format and sends it back.
*
* @package CodeIgniter
* @author Troyan Victor, WebDesignSun Team
* @license MIT