Skip to content

Instantly share code, notes, and snippets.

View achoukah's full-sized avatar

Anwar Choukah achoukah

View GitHub Profile
{
"config": {
// Add/remove leading zero in dimensions.
"leading-zero": true,
// Set space before `:` in declarations.
"space-before-colon": " ",
"space-after-colon": " ",
// VARIABLES
$rd-md: #c00;
$rd-lt: lighten($rd-md, 10%);
$rd-dk: darken($rd-md, 10%);
$wh-md: #ccc;
$wh-lt: lighten($wh-md, 20%);
$wh-dk: darken($wh-md, 20%);
@achoukah
achoukah / Sublime-Text-Preferences.json
Last active August 22, 2016 10:52
Sublime Text Preferences based on Wes Bos' user preferences: https://gist.github.com/wesbos/a3b12cfda064a906ac04
{
"added_words":
[
"colour",
"colours"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
@achoukah
achoukah / blank-html-page.html
Last active April 11, 2024 19:41
html blank page
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Webpage description goes here" />
<meta charset="utf-8">
<title>Change_me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">