As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
config
docs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public
- Sep 07, 2020 update docs for
npm version
Petite liste non exhaustive des Framework CSS bien pratique pour gagner du temps dans l'intégration de son site web.
Successor to 960.gs
Unsemantic is a fluid grid system that is the successor to the 960 Grid System. It works in a similar way, but instead of being a set number of columns, it's entirely based on percentages.
digraph { | |
charset="utf-8"; | |
splines=curved; | |
fontname="Helvetica"; | |
fontcolor="#ffffff"; | |
// Connexions to companies | |
dioxmat -> libe [label="workedFor", color="#cc6666"]; | |
dioxmat -> mozilla [label="workingFor", color="#660000"]; | |
dioxmat -> netscape [label="workedFor", color="#cc6666"]; |
// Just before switching jobs: | |
// Add one of these. | |
// Preferably into the same commit where you do a large merge. | |
// | |
// This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
// and then it quickly escalated into more and more evil suggestions. | |
// I've tried to capture interesting suggestions here. | |
// | |
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>J'ai quelque chose à dire</title> | |
</head> | |
<body style="background-color: #c33; padding-top: 5em;"> | |
<p contenteditable style="text-align: center; font-size: 96px; font-family: Arial; color: #fff; font-weight: bold;">J'ai quelque chose à dire</p> | |
</body> | |
</html> |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
npm update -g
updates all global packages and their dependencies, see npm/npm#6247.
//// | |
/// @group UI | |
/// | |
/// The minimum authorized contrast | |
/// @type Number | |
$minimum-authorized-contrast: 4.5 !default; | |
/// The minimum authorized contrast for bigger size | |
/// @type Number |