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
| <snippet> | |
| <content><![CDATA[ | |
| /* | |
| Plugin Name: ${1:plugin-name} | |
| Plugin URI: http://plugins.robertbiswas.com/${3:text-domain} | |
| Description: ${4:Description} | |
| Version: 1.0 | |
| Author: Robert Biswas | |
| Author URI: http://robertbiswas.com | |
| License: GPL2 |
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
| /* Mixed up with Bootstrap 4 */ | |
| // Large Devices, Wide Screens | |
| @media only screen and (max-width : 1200px){ | |
| } | |
| // Medium Devices, Ipad portait | |
| @media only screen and (max-width : 992px){ | |
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
| /* Column Classes | |
| Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css | |
| --------------------------------------------- */ | |
| .five-sixths, | |
| .four-sixths, | |
| .one-fourth, | |
| .one-half, | |
| .one-sixth, | |
| .one-third, |
NewerOlder