-
-
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
…-transition Nord Docs Transition
- Loading branch information
Showing
136 changed files
with
3,599 additions
and
1,030,332 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,5 +1,5 @@ | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <code@svengreb.de> | ||
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (C) 2016-present Sven Greb <development@svengreb.de> | ||
|
||
# Project: Nord | ||
# Repository: https://github.com/arcticicestudio/nord | ||
|
@@ -24,20 +24,3 @@ jobs: | |
- run: | ||
name: test | ||
command: npm run test | ||
- run: | ||
name: generate-docs | ||
command: npm run docs:build | ||
- store_artifacts: | ||
path: build/docs | ||
- run: | ||
name: generate-sassdoc | ||
command: npm run sassdoc | ||
- store_artifacts: | ||
path: build/sassdoc | ||
- run: | ||
name: build-distribution | ||
command: npm run dist | ||
- store_artifacts: | ||
path: build/nord.css | ||
- store_artifacts: | ||
path: dist/nord.css |
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,3 +1,10 @@ | ||
# 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 | ||
|
||
# +--------------------+ | ||
# + Base Configuration + | ||
# +--------------------+ | ||
|
@@ -7,24 +14,24 @@ end_of_line = lf | |
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 160 | ||
max_line_length = 120 | ||
trim_trailing_whitespace = true | ||
|
||
# +-----------+ | ||
# + Languages + | ||
# +-----------+ | ||
# +--- Markdown ---+ | ||
[*.{md,gfm}] | ||
trim_trailing_whitespace = false | ||
|
||
# +-----------------------+ | ||
# + Native Color Palettes + | ||
# +-----------------------+ | ||
[/src/native/*.{aco,ase,clr,gpa,gpl,mtl}] | ||
# +----------------+ | ||
# + Color Swatches + | ||
# +----------------+ | ||
[/src/swatches/*.{aco,ase,clr,gpa,gpl,mtl}] | ||
charset = none | ||
end_of_line = none | ||
indent_size = none | ||
indent_style = none | ||
insert_final_newline = false | ||
max_line_length = none | ||
trim_trailing_whitespace = false | ||
|
||
# +-----------+ | ||
# + Languages + | ||
# +-----------+ | ||
# +--- Markdown ---+ | ||
[*.{md}] | ||
trim_trailing_whitespace = false |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# 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://git-scm.com/docs/gitattributes | ||
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion | ||
|
||
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary | ||
# untouched. | ||
* text=auto | ||
|
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,24 +1,19 @@ | ||
# 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 | ||
|
||
# +------+ | ||
# + Logs + | ||
# +------+ | ||
logs/ | ||
**/*.log | ||
npm-debug.log* | ||
|
||
# +---------+ | ||
# + Node.js + | ||
# +---------+ | ||
node_modules | ||
npm-debug.log* | ||
**/node_modules/ | ||
.npm/ | ||
*.log | ||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# +-------------------+ | ||
# + Project Structure + | ||
# +-------------------+ | ||
build/ | ||
dist/ | ||
|
||
# +------+ | ||
# + Sass + | ||
# +------+ | ||
.sass-cache | ||
*.css.map |
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,2 +1,9 @@ | ||
package-lock=false | ||
; 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 | ||
|
||
package-lock=true | ||
save-exact=true |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <code@svengreb.de> | ||
* Copyright (C) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (C) 2016-present Sven Greb <development@svengreb.de> | ||
* | ||
* Project: Nord | ||
* Repository: https://github.com/arcticicestudio/nord | ||
|
@@ -12,10 +12,10 @@ | |
*/ | ||
|
||
module.exports = { | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
extends: "stylelint-config-standard", | ||
rules: { | ||
"color-hex-case": "lower", | ||
"comment-empty-line-before": null, | ||
"selector-pseudo-element-colon-notation": "single" | ||
} | ||
} | ||
}; |
This file was deleted.
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,7 +1,7 @@ | ||
MIT License (MIT) | ||
|
||
Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com) | ||
Copyright (c) 2016-present Sven Greb <code@svengreb.de> (http://svengreb.de) | ||
Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com) | ||
Copyright (c) 2016-present Sven Greb <development@svengreb.de> (https://www.svengreb.de) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
Oops, something went wrong.