I hereby claim:
- I am ncoden on github.
- I am ncoden (https://keybase.io/ncoden) on keybase.
- I have a public key ASCOE5A8KPq0daGLcc_F5gNvAY-UAOTOZ-CrJNwHXa0gZQo
To claim this, I am signing this object:
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/_global.scss: | |
98: @error 'In $foundation-palette, you must have a color named "primary".'; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_off-canvas.scss: | |
244: content: " "; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_tabs.scss: | |
141: &[aria-hidden="false"] { | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_visibility.scss: |
➜ sassy-lists git:(master) npm test | |
> [email protected] test /Users/ncoden/Documents/Documents/Projects/Programmation/Web/Forks/sassy-lists | |
> mocha test/index.js | |
WARNING: Function sl-is-number takes 1 argument but 3 were passed. | |
on line 23 of /Users/ncoden/Documents/Documents/Projects/Programmation/Web/Forks/sassy-lists/test/helpers/_is-number.scss | |
This will be an error in future versions of Sass. | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/Forks/sassy-lists/node_modules/sass-true/sass/true/_messages.scss:28 DEBUG: SassyLists » The sl-flatten function | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/Forks/sassy-lists/node_modules/sass-true/sass/true/_messages.scss:28 DEBUG: - Output [list]: (1,) |
➜ foundation-sites git:(chore/browser-compat) ✗ gulp javascript | |
[13:17:04] Using gulpfile ~/Documents/Documents/Projects/Programmation/Web/Forks/foundation-sites/gulpfile.js | |
[13:17:04] Starting 'javascript:foundation'... | |
[13:17:04] Starting 'javascript:deps'... | |
[13:17:04] Starting 'javascript:docs'... | |
[13:17:13] Finished 'javascript:deps' after 9.17 s | |
[13:17:14] Finished 'javascript:docs' after 10 s | |
[13:17:17] Finished 'javascript:foundation' after 12 s | |
[13:17:17] Starting 'javascript'... | |
[13:17:17] Finished 'javascript' after 25 μs |
# The following scss-lint Linters are not yet supported by sass-lint: | |
# ElsePlacement, PropertyCount, SelectorDepth, UnnecessaryParentReference | |
# | |
# The following settings/values are unsupported by sass-lint: | |
# Linter Indentation, option "allow_non_nested_indentation" | |
# Linter Indentation, option "character" | |
# Linter PropertySortOrder, option "separate_groups" | |
# Linter SpaceBeforeBrace, option "allow_single_line_padding" | |
files: |
# ---------------------------------------------- | |
# | |
# Specific - CSS property order | |
# | |
# Making a description of the object specs, | |
# from the structural to the cosmetic. | |
# | |
# ---------------------------------------------- | |
$COLOR_RED: #FF0000; | |
$COLOR_GREEN: #00FF00; | |
$COLOR_BLUE: #0000FF; | |
$House_HEIGHT: 20px; | |
$House_Door_HEIGHT: 6px; | |
@function House_Window_color($color) { | |
@return darker($color, 50%); | |
} |
$color--red: #FF0000; | |
$color--greed: #00FF00; | |
$color--blue: #0000FF; | |
$house--height: 20px; | |
$house__door--height: 6px; | |
@function house__window--color($color) { | |
@return darker($color, 50%); | |
} |
I hereby claim:
To claim this, I am signing this object:
// Without BEM : | |
@include object(myblock) { | |
// Inherit from an other object | |
@include inherit(base, trait); | |
... | |
// Set an attribute | |
$_attribute: attr-set(color, #fff); |
Starting bin_web-client-ng_1 | |
Attaching to bin_web-client-ng_1 | |
web-client-ng_1 | * Install npm dependencies | |
web-client-ng_1 | npm info it worked if it ends with ok | |
web-client-ng_1 | npm info using [email protected] | |
web-client-ng_1 | npm info using [email protected] | |
web-client-ng_1 | npm info preinstall [email protected] | |
web-client-ng_1 | npm info package.json [email protected] No license field. | |
web-client-ng_1 | npm info package.json [email protected] No license field. | |
web-client-ng_1 | npm info package.json [email protected] license should be a valid SPDX license expression |