Skip to content

Instantly share code, notes, and snippets.

View baptistebriel's full-sized avatar

Baptiste Briel baptistebriel

View GitHub Profile
@baptistebriel
baptistebriel / _fonts.less
Last active August 29, 2015 13:57
[LESS] - CSS config.
/* -----
Typography, WebFonts
----- */
@baptistebriel
baptistebriel / admin.php
Last active August 26, 2022 10:14
[WordPress] - Collection of WordPress Snippets
<?php
// Show something only if the user is logged / admin.
// To be used in the current theme files - front.
if (current_user_can('manage_options')){ ?>
<div class="work">
<div class="work_layer">
<div class="device-content row">
<div class="work_content right">
<span class="f_13 uppercase sub_title">Web</span>
{
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Sparkk.tmTheme",
"font_face": "Monaco",
"font_size": 13.0,
"font_options":["no_round","no_bold","subpixel_antialias"],
"open_files_in_new_window": false,
"ignored_packages":["Vintage"],
"tab_size": 5,
"word_wrap": false,