This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Dash lib | |
* | |
* @category Admin | |
* @package Dash | |
* @author Flavio Zantut <[email protected]> | |
* @license MIT License <http://www.opensource.org/licenses/mit> | |
* @link http://link.com | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#teste { | |
.button { | |
display: block; | |
border: 1px solid black; | |
background-color: grey; | |
&:hover { background-color: red } | |
} | |
} | |
#bundle { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')){exit('No direct script access allowed'); } | |
/** | |
* [descriçao da classe] | |
* | |
* @category Controllers | |
* @package [module_name] | |
* @author Flavio Zantut <[email protected]> | |
* @copyright 2012 Flavio Zantut | |
* @license GNU General Public License | |
*/ |
NewerOlder