Skip to content

Instantly share code, notes, and snippets.

View nunesdev's full-sized avatar

Bruno nunesdev

View GitHub Profile
@nunesdev
nunesdev / gist:b7a0269d2a4797de2d55469bc6f14fca
Created July 22, 2018 18:43 — forked from bds/gist:2207826
Convert files from .scss to .sass
sass-convert -F scss -T sass application_styles.css.scss application_styles.css.sass
@nunesdev
nunesdev / MY_Input.php
Last active August 29, 2015 14:06 — forked from nambok/MY_Input.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class MY_Input extends CI_Input {
/**
* Variables
*
*/
protected $delete;