-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…-license Migrate to MIT license
- Loading branch information
Showing
12 changed files
with
124 additions
and
497 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title ESLint Configuration + | ||
project nord + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* http://eslint.org/docs/rules | ||
* http://eslint.org/docs/user-guide/configuring | ||
* http://eslint.org/docs/user-guide/configuring#using-configuration-files | ||
* http://eslint.org/docs/user-guide/configuring#specifying-environments | ||
* http://eslint.org/docs/user-guide/configuring.html#specifying-globals | ||
*/ | ||
|
||
[References] | ||
ESLint | ||
http://eslint.org/docs/rules | ||
http://eslint.org/docs/user-guide/configuring | ||
http://eslint.org/docs/user-guide/configuring#using-configuration-files | ||
http://eslint.org/docs/user-guide/configuring#specifying-environments | ||
http://eslint.org/docs/user-guide/configuring.html#specifying-globals | ||
*/ | ||
module.exports = { | ||
"env": { | ||
"node": true, | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title stylelint Configuration + | ||
project nord + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* https://stylelint.io | ||
* https://stylelint.io/user-guide/rules | ||
* https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
|
||
[References] | ||
stylelint | ||
https://stylelint.io | ||
https://stylelint.io/user-guide/rules | ||
https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
module.exports = { | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Travis CI Build Configuration + | ||
# project nord + | ||
# repository https://github.com/arcticicestudio/nord + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Travis CI | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord | ||
# Repository: https://github.com/arcticicestudio/nord | ||
# License: MIT | ||
# References: | ||
# https://docs.travis-ci.com | ||
|
||
language: node_js | ||
dist: trusty | ||
sudo: false | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Circle CI Build Configuration + | ||
# project nord + | ||
# repository https://github.com/arcticicestudio/nord + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Circle CI | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord | ||
# Repository: https://github.com/arcticicestudio/nord | ||
# License: MIT | ||
# References: | ||
# https://circleci.com/docs | ||
|
||
machine: | ||
environment: | ||
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
"use strict"; | ||
|
||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Project Gulp File + | ||
project nord + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* http://gulpjs.com | ||
* https://www.npmjs.com | ||
*/ | ||
|
||
[References] | ||
Gulp | ||
http://gulpjs.com | ||
npmjs | ||
https://www.npmjs.com | ||
*/ | ||
/*+---------------+ | ||
+ Configuration + | ||
+---------------+*/ | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord + | ||
project nord + | ||
version 0.2.0 + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
[References] | ||
KSS | ||
(http://warpspire.com/kss) | ||
kss-node | ||
(https://github.com/kss-node/kss-node) | ||
*/ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Version: 0.2.0 | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* http://warpspire.com/kss | ||
* https://github.com/kss-node/kss-node | ||
*/ | ||
|
||
// An arctic, north-bluish color palette. | ||
// Created for the clean- and minimal flat design pattern to achieve a optimal focus and readability for code syntax | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
// | ||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
// title Nord + | ||
// project nord + | ||
// version 0.2.0 + | ||
// repository https://github.com/arcticicestudio/nord + | ||
// author Arctic Ice Studio + | ||
// email [email protected] + | ||
// copyright Copyright (C) 2017 + | ||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
// | ||
// [References] | ||
// Sass | ||
// (http://sass-lang.com) | ||
// SassDoc | ||
// (http://sassdoc.com) | ||
// Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
// Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
// Project: Nord | ||
// Version: 0.2.0 | ||
// Repository: https://github.com/arcticicestudio/nord | ||
// License: MIT | ||
// References: | ||
// http://sass-lang.com | ||
// http://sassdoc.com | ||
|
||
//// | ||
/// An arctic, north-bluish color palette. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord + | ||
project nord + | ||
version 0.2.0 + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
[References] | ||
W3C | ||
(https://www.w3.org/TR/css-variables) | ||
(https://www.w3.org/TR/selectors/#root-pseudo) | ||
CSS Working Group | ||
(https://drafts.csswg.org/css-variables) | ||
MDN | ||
(https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables) | ||
KSS | ||
(http://warpspire.com/kss) | ||
kss-node | ||
(https://github.com/kss-node/kss-node) | ||
*/ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Version: 0.2.0 | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* https://www.w3.org/TR/css-variables | ||
* https://www.w3.org/TR/selectors/#root-pseudo | ||
* https://drafts.csswg.org/css-variables | ||
* https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables | ||
* http://warpspire.com/kss | ||
* https://github.com/kss-node/kss-node | ||
*/ | ||
|
||
@import "nord"; | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord + | ||
project nord + | ||
version 0.3.0 + | ||
repository https://github.com/arcticicestudio/nord + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
[References] | ||
Stylus | ||
http://stylus-lang.com | ||
KSS | ||
http://warpspire.com/kss | ||
https://github.com/kss-node/kss-node | ||
*/ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord | ||
* Version: 0.2.0 | ||
* Repository: https://github.com/arcticicestudio/nord | ||
* License: MIT | ||
* References: | ||
* http://stylus-lang.com | ||
* http://warpspire.com/kss | ||
* https://github.com/kss-node/kss-node | ||
*/ | ||
|
||
// An arctic, north-bluish color palette. | ||
// Created for the clean- and minimal flat design pattern to achieve a optimal focus and readability for code syntax | ||
|