From 49295620870d68ba1a2d7f631cd25463fcac13a7 Mon Sep 17 00:00:00 2001
From: Sebastian Schlapkohl Either view the examples on GitHub or open
Besides just downloading the zip and dropping the package in your project (which I would not recommend doing), you may
-easily use npm or yarn. Since I do not publish to npm yet, you can just reference the Github repo and maybe the version
-tag (which I would recommend) and you are done. To get an idea about the latest version and/or changes, have a look at
-the tags and releases in Github. Besides just downloading the zip file and dropping the package in your project (which I would not recommend doing), you
+may easily use NPM or Yarn. Currently, I'm publishing to Github packages and not the central NPM registry. If you want to directly install the
+package, not using the repository URL, , you'll have to tell NPM/Yarn, that Hint: I am aware, that this is rather cumbersome currently, and therefore I currently suggest using the repository
+URL, but I implemented the workflow anyway, awaiting an easier workflow in the future. or with a version or via GitHub directly or via GitHub repository or via GitHub directly using a tag or via GitHub repository using a tag or with a version or via GitHub directly or via GitHub repository or via GitHub directly using a tag or via GitHub repository using a tag In many cases (especially when installing directly from Github) it makes sense to define an install alias, to manually
-define a folder inside In many cases (especially when installing directly from Github repository) it makes sense to define an install alias,
+to manually define a folder inside Using NPM or using NPM with GitHub or using NPM with GitHub repository or using Yarn or using Yarn with GitHub or using Yarn with GitHub repository or in or with Github repository It may be a good idea, to generally split node and client packages up. Why? Client packages are delivered directly to
@@ -156,19 +179,12 @@ Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
Home
Namespaces
How Can I Run the Examples?
/docs/examples/index.html
locally after checking out the repo.How Do I Install This?
-@oktarintentakel
can be found at GitHub
+packages and not at the central NPM registry and add an access token to use for installing. To do this, add or edit a
+.npmrc
file (either globally in your home folder or next to the package.json
to your project) and add
+@oktarintentakel:registry=https://npm.pkg.github.com
to the file (following GitHub's
+documentation).
+After this, the defined namespace is installed from there automatically. Additionally, we also need a personal access
+token by adding the line //npm.pkg.github.com/:_authToken=TOKEN
(following GitHub's
+documentation).NPM
-npm install @oktarintentakel/jig
+
npm install @oktarintentakel/jig
npm install @oktarintentakel/jig@X.X.X
+
-npm install @oktarintentakel/jig@X.X.X
npm install oktarintentakel/jig
+
-npm install oktarintentakel/jig
npm install oktarintentakel/jig#vX.X.X
+
npm install oktarintentakel/jig#vX.X.X
Yarn
-yarn add @oktarintentakel/jig
+
yarn add @oktarintentakel/jig
yarn add @oktarintentakel/jig@X.X.X
+
-yarn add @oktarintentakel/jig@X.X.X
yarn add oktarintentakel/jig
+
-yarn add oktarintentakel/jig
yarn add oktarintentakel/jig#vX.X.X
+
yarn add oktarintentakel/jig#vX.X.X
Using an Alias Location
-node_modules
to install to.node_modules
to install to.npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
+
-npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
npm install my-alias-location@oktarintentakel/jig#vX.X.X
+
npm install my-alias-location@oktarintentakel/jig#vX.X.X
yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
+
-yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+
+yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+
package.json
+{
+ "dependencies": {
+ "my-alias-location" : "npm:@oktarintentakel/jig@X.X.X"
+ }
+}
+
{
+ "dependencies": {
+ "my-alias-location" : "oktarintentakel/jig#vX.X.X"
+ }
+}
@client Package Separation
@client Package Separation
@client
package in node_modules
using fixed versioning for these (I originally got the idea when I transitioned)
from bower to npm, reading the bower team's ideas about
this.
So, adding a @client
dependency may look like this in package.json
:
"dependencies": {
- "@client/jig" : "oktarintentakel/jig#vX.X.X",
- ...
-}
-
-You can also add the dependency on the command line like this, albeit the command gets a little lengthy then:
-yarn add @client/jig@oktarintentakel/jig#vX.X.X
-
-If the package is on npm you can, of course, pull the package from there as well:
-"dependencies": {
- "@client/jig" : "npm:@oktarintentakel/jig@1.0.0",
- ...
+So, I propose to generally use an alias location for client packages, such as this
+(see previous point, for all/other options):
+{
+ "dependencies": {
+ "@client/jig" : "oktarintentakel/jig#vX.X.X"
+ }
}
How Do I Include and Use This?
@@ -297,7 +313,7 @@ Home
Namespaces
-
diff --git a/docs/documentation/scss-legacy/spacing.scss.html b/docs/documentation/scss-legacy/spacing.scss.html
index a087a13..bc477e1 100644
--- a/docs/documentation/scss-legacy/spacing.scss.html
+++ b/docs/documentation/scss-legacy/spacing.scss.html
@@ -169,7 +169,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss-legacy/util.scss.html b/docs/documentation/scss-legacy/util.scss.html
index 125c5d4..5796b3e 100644
--- a/docs/documentation/scss-legacy/util.scss.html
+++ b/docs/documentation/scss-legacy/util.scss.html
@@ -244,7 +244,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints.html b/docs/documentation/scss/Breakpoints.html
index bdeb9fe..6a36478 100644
--- a/docs/documentation/scss/Breakpoints.html
+++ b/docs/documentation/scss/Breakpoints.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_attribute-for-breakpoints.html b/docs/documentation/scss/Breakpoints_attribute-for-breakpoints.html
index fe0220a..6a1885f 100644
--- a/docs/documentation/scss/Breakpoints_attribute-for-breakpoints.html
+++ b/docs/documentation/scss/Breakpoints_attribute-for-breakpoints.html
@@ -366,7 +366,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_attributes-for-breakpoints.html b/docs/documentation/scss/Breakpoints_attributes-for-breakpoints.html
index 671cb41..517b91c 100644
--- a/docs/documentation/scss/Breakpoints_attributes-for-breakpoints.html
+++ b/docs/documentation/scss/Breakpoints_attributes-for-breakpoints.html
@@ -339,7 +339,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_breakpoint-value.html b/docs/documentation/scss/Breakpoints_breakpoint-value.html
index 776992d..eae522e 100644
--- a/docs/documentation/scss/Breakpoints_breakpoint-value.html
+++ b/docs/documentation/scss/Breakpoints_breakpoint-value.html
@@ -336,7 +336,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_breakpoint.html b/docs/documentation/scss/Breakpoints_breakpoint.html
index cac7d46..dba60be 100644
--- a/docs/documentation/scss/Breakpoints_breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_breakpoint.html
@@ -276,7 +276,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_build-breakpoint-query.html b/docs/documentation/scss/Breakpoints_build-breakpoint-query.html
index 24766a3..3604175 100644
--- a/docs/documentation/scss/Breakpoints_build-breakpoint-query.html
+++ b/docs/documentation/scss/Breakpoints_build-breakpoint-query.html
@@ -341,7 +341,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_build-breakpoint-range.html b/docs/documentation/scss/Breakpoints_build-breakpoint-range.html
index 391c95d..905c2dd 100644
--- a/docs/documentation/scss/Breakpoints_build-breakpoint-range.html
+++ b/docs/documentation/scss/Breakpoints_build-breakpoint-range.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_get-auto-breakpoint.html b/docs/documentation/scss/Breakpoints_get-auto-breakpoint.html
index 5bcc555..cddae4e 100644
--- a/docs/documentation/scss/Breakpoints_get-auto-breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_get-auto-breakpoint.html
@@ -242,7 +242,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_is-named-breakpoint.html b/docs/documentation/scss/Breakpoints_is-named-breakpoint.html
index 2c2d9ee..f55cdc7 100644
--- a/docs/documentation/scss/Breakpoints_is-named-breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_is-named-breakpoint.html
@@ -282,7 +282,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attribute.html b/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attribute.html
index 3228919..17c9026 100644
--- a/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attribute.html
+++ b/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attribute.html
@@ -358,7 +358,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attributes.html b/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attributes.html
index 963f29b..5243d7f 100644
--- a/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attributes.html
+++ b/docs/documentation/scss/Breakpoints_overwrite-breakpoint-for-attributes.html
@@ -330,7 +330,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_overwrite-breakpoint.html b/docs/documentation/scss/Breakpoints_overwrite-breakpoint.html
index 5490c32..edc91a0 100644
--- a/docs/documentation/scss/Breakpoints_overwrite-breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_overwrite-breakpoint.html
@@ -215,7 +215,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_reset-auto-breakpoint.html b/docs/documentation/scss/Breakpoints_reset-auto-breakpoint.html
index b239fed..81c0ae4 100644
--- a/docs/documentation/scss/Breakpoints_reset-auto-breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_reset-auto-breakpoint.html
@@ -219,7 +219,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Breakpoints_set-auto-breakpoint.html b/docs/documentation/scss/Breakpoints_set-auto-breakpoint.html
index 0702402..cda423b 100644
--- a/docs/documentation/scss/Breakpoints_set-auto-breakpoint.html
+++ b/docs/documentation/scss/Breakpoints_set-auto-breakpoint.html
@@ -284,7 +284,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Grid.html b/docs/documentation/scss/Grid.html
index accc214..bdb8a00 100644
--- a/docs/documentation/scss/Grid.html
+++ b/docs/documentation/scss/Grid.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Grid_grid-container.html b/docs/documentation/scss/Grid_grid-container.html
index c4a5e25..dc66943 100644
--- a/docs/documentation/scss/Grid_grid-container.html
+++ b/docs/documentation/scss/Grid_grid-container.html
@@ -219,7 +219,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Grid_grid-item-align.html b/docs/documentation/scss/Grid_grid-item-align.html
index ff36ac5..4a8aae3 100644
--- a/docs/documentation/scss/Grid_grid-item-align.html
+++ b/docs/documentation/scss/Grid_grid-item-align.html
@@ -328,7 +328,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Grid_grid-item.html b/docs/documentation/scss/Grid_grid-item.html
index 0633567..2ebf2ff 100644
--- a/docs/documentation/scss/Grid_grid-item.html
+++ b/docs/documentation/scss/Grid_grid-item.html
@@ -506,7 +506,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Grid_gutter-value.html b/docs/documentation/scss/Grid_gutter-value.html
index 2ef4b04..4a00e14 100644
--- a/docs/documentation/scss/Grid_gutter-value.html
+++ b/docs/documentation/scss/Grid_gutter-value.html
@@ -437,7 +437,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Spacing.html b/docs/documentation/scss/Spacing.html
index 5fdc8ac..3f75c7d 100644
--- a/docs/documentation/scss/Spacing.html
+++ b/docs/documentation/scss/Spacing.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Spacing_spacing-based-attribute.html b/docs/documentation/scss/Spacing_spacing-based-attribute.html
index f4f8b76..539fbec 100644
--- a/docs/documentation/scss/Spacing_spacing-based-attribute.html
+++ b/docs/documentation/scss/Spacing_spacing-based-attribute.html
@@ -370,7 +370,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Spacing_spacing-based-attributes.html b/docs/documentation/scss/Spacing_spacing-based-attributes.html
index cfc72a4..36cd92f 100644
--- a/docs/documentation/scss/Spacing_spacing-based-attributes.html
+++ b/docs/documentation/scss/Spacing_spacing-based-attributes.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Spacing_spacing-value.html b/docs/documentation/scss/Spacing_spacing-value.html
index 52b66d8..bded6b8 100644
--- a/docs/documentation/scss/Spacing_spacing-value.html
+++ b/docs/documentation/scss/Spacing_spacing-value.html
@@ -357,7 +357,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Util.html b/docs/documentation/scss/Util.html
index 01361ce..a8f9df1 100644
--- a/docs/documentation/scss/Util.html
+++ b/docs/documentation/scss/Util.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Util_map-next.html b/docs/documentation/scss/Util_map-next.html
index 9d6c392..2659da5 100644
--- a/docs/documentation/scss/Util_map-next.html
+++ b/docs/documentation/scss/Util_map-next.html
@@ -310,7 +310,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Util_str-join.html b/docs/documentation/scss/Util_str-join.html
index 9f998a4..be84e5b 100644
--- a/docs/documentation/scss/Util_str-join.html
+++ b/docs/documentation/scss/Util_str-join.html
@@ -308,7 +308,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Util_strip-unit.html b/docs/documentation/scss/Util_strip-unit.html
index 80bbb4d..79a7543 100644
--- a/docs/documentation/scss/Util_strip-unit.html
+++ b/docs/documentation/scss/Util_strip-unit.html
@@ -282,7 +282,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/Util_to-rem.html b/docs/documentation/scss/Util_to-rem.html
index 171f4f1..508146f 100644
--- a/docs/documentation/scss/Util_to-rem.html
+++ b/docs/documentation/scss/Util_to-rem.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/breakpoints.scss.html b/docs/documentation/scss/breakpoints.scss.html
index 0fd5175..1dfffb2 100644
--- a/docs/documentation/scss/breakpoints.scss.html
+++ b/docs/documentation/scss/breakpoints.scss.html
@@ -647,7 +647,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/grid.scss.html b/docs/documentation/scss/grid.scss.html
index 9f0b380..5895060 100644
--- a/docs/documentation/scss/grid.scss.html
+++ b/docs/documentation/scss/grid.scss.html
@@ -271,7 +271,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/index.html b/docs/documentation/scss/index.html
index f6caac5..1792e2a 100644
--- a/docs/documentation/scss/index.html
+++ b/docs/documentation/scss/index.html
@@ -96,48 +96,71 @@
How Can I Run the Examples?
Either view the examples on GitHub or open
/docs/examples/index.html
locally after checking out the repo.
How Do I Install This?
-Besides just downloading the zip and dropping the package in your project (which I would not recommend doing), you may
-easily use npm or yarn. Since I do not publish to npm yet, you can just reference the Github repo and maybe the version
-tag (which I would recommend) and you are done. To get an idea about the latest version and/or changes, have a look at
-the tags and releases in Github.
+Besides just downloading the zip file and dropping the package in your project (which I would not recommend doing), you
+may easily use NPM or Yarn.
+Currently, I'm publishing to Github packages and not the central NPM registry. If you want to directly install the
+package, not using the repository URL, , you'll have to tell NPM/Yarn, that @oktarintentakel
can be found at GitHub
+packages and not at the central NPM registry and add an access token to use for installing. To do this, add or edit a
+.npmrc
file (either globally in your home folder or next to the package.json
to your project) and add
+@oktarintentakel:registry=https://npm.pkg.github.com
to the file (following GitHub's
+documentation).
+After this, the defined namespace is installed from there automatically. Additionally, we also need a personal access
+token by adding the line //npm.pkg.github.com/:_authToken=TOKEN
(following GitHub's
+documentation).
+Hint: I am aware, that this is rather cumbersome currently, and therefore I currently suggest using the repository
+URL, but I implemented the workflow anyway, awaiting an easier workflow in the future.
NPM
-npm install @oktarintentakel/jig
+npm install @oktarintentakel/jig
or with a version
-npm install @oktarintentakel/jig@X.X.X
+npm install @oktarintentakel/jig@X.X.X
-or via GitHub directly
-npm install oktarintentakel/jig
+or via GitHub repository
+npm install oktarintentakel/jig
-or via GitHub directly using a tag
-npm install oktarintentakel/jig#vX.X.X
+or via GitHub repository using a tag
+npm install oktarintentakel/jig#vX.X.X
Yarn
-yarn add @oktarintentakel/jig
+yarn add @oktarintentakel/jig
or with a version
-yarn add @oktarintentakel/jig@X.X.X
+yarn add @oktarintentakel/jig@X.X.X
-or via GitHub directly
-yarn add oktarintentakel/jig
+or via GitHub repository
+yarn add oktarintentakel/jig
-or via GitHub directly using a tag
-yarn add oktarintentakel/jig#vX.X.X
+or via GitHub repository using a tag
+yarn add oktarintentakel/jig#vX.X.X
Using an Alias Location
-In many cases (especially when installing directly from Github) it makes sense to define an install alias, to manually
-define a folder inside node_modules
to install to.
+In many cases (especially when installing directly from Github repository) it makes sense to define an install alias,
+to manually define a folder inside node_modules
to install to.
Using NPM
-npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
+npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
-or using NPM with GitHub
-npm install my-alias-location@oktarintentakel/jig#vX.X.X
+or using NPM with GitHub repository
+npm install my-alias-location@oktarintentakel/jig#vX.X.X
or using Yarn
-yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
+yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
-or using Yarn with GitHub
-yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+or using Yarn with GitHub repository
+yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+
+or in package.json
+{
+ "dependencies": {
+ "my-alias-location" : "npm:@oktarintentakel/jig@X.X.X"
+ }
+}
+
+or with Github repository
+{
+ "dependencies": {
+ "my-alias-location" : "oktarintentakel/jig#vX.X.X"
+ }
+}
@client Package Separation
It may be a good idea, to generally split node and client packages up. Why? Client packages are delivered directly to
@@ -156,19 +179,12 @@
@client Package Separation
@client
package in node_modules
using fixed versioning for these (I originally got the idea when I transitioned)
from bower to npm, reading the bower team's ideas about
this.
-So, adding a @client
dependency may look like this in package.json
:
-"dependencies": {
- "@client/jig" : "oktarintentakel/jig#vX.X.X",
- ...
-}
-
-You can also add the dependency on the command line like this, albeit the command gets a little lengthy then:
-yarn add @client/jig@oktarintentakel/jig#vX.X.X
-
-If the package is on npm you can, of course, pull the package from there as well:
-"dependencies": {
- "@client/jig" : "npm:@oktarintentakel/jig@1.0.0",
- ...
+So, I propose to generally use an alias location for client packages, such as this
+(see previous point, for all/other options):
+{
+ "dependencies": {
+ "@client/jig" : "oktarintentakel/jig#vX.X.X"
+ }
}
How Do I Include and Use This?
@@ -297,7 +313,7 @@ Home
Namespaces
-
diff --git a/docs/documentation/scss/spacing.scss.html b/docs/documentation/scss/spacing.scss.html
index 6cc96a1..74b86f4 100644
--- a/docs/documentation/scss/spacing.scss.html
+++ b/docs/documentation/scss/spacing.scss.html
@@ -177,7 +177,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/scss/util.scss.html b/docs/documentation/scss/util.scss.html
index e82ab47..2b194a1 100644
--- a/docs/documentation/scss/util.scss.html
+++ b/docs/documentation/scss/util.scss.html
@@ -220,7 +220,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints.html b/docs/documentation/stylus/Breakpoints.html
index 6969a40..3073da2 100644
--- a/docs/documentation/stylus/Breakpoints.html
+++ b/docs/documentation/stylus/Breakpoints.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_attribute-for-breakpoints.html b/docs/documentation/stylus/Breakpoints_attribute-for-breakpoints.html
index cee2bda..155973e 100644
--- a/docs/documentation/stylus/Breakpoints_attribute-for-breakpoints.html
+++ b/docs/documentation/stylus/Breakpoints_attribute-for-breakpoints.html
@@ -366,7 +366,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_attributes-for-breakpoints.html b/docs/documentation/stylus/Breakpoints_attributes-for-breakpoints.html
index e016196..aa6f730 100644
--- a/docs/documentation/stylus/Breakpoints_attributes-for-breakpoints.html
+++ b/docs/documentation/stylus/Breakpoints_attributes-for-breakpoints.html
@@ -339,7 +339,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_breakpoint-value.html b/docs/documentation/stylus/Breakpoints_breakpoint-value.html
index 8b2fa99..bda802e 100644
--- a/docs/documentation/stylus/Breakpoints_breakpoint-value.html
+++ b/docs/documentation/stylus/Breakpoints_breakpoint-value.html
@@ -336,7 +336,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_breakpoint.html b/docs/documentation/stylus/Breakpoints_breakpoint.html
index 3f45f5d..5298dc8 100644
--- a/docs/documentation/stylus/Breakpoints_breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_breakpoint.html
@@ -281,7 +281,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_build-breakpoint-query.html b/docs/documentation/stylus/Breakpoints_build-breakpoint-query.html
index 4c64398..2399f85 100644
--- a/docs/documentation/stylus/Breakpoints_build-breakpoint-query.html
+++ b/docs/documentation/stylus/Breakpoints_build-breakpoint-query.html
@@ -341,7 +341,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_build-breakpoint-range.html b/docs/documentation/stylus/Breakpoints_build-breakpoint-range.html
index b546157..a36a952 100644
--- a/docs/documentation/stylus/Breakpoints_build-breakpoint-range.html
+++ b/docs/documentation/stylus/Breakpoints_build-breakpoint-range.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_get-auto-breakpoint.html b/docs/documentation/stylus/Breakpoints_get-auto-breakpoint.html
index b438889..3c1eeed 100644
--- a/docs/documentation/stylus/Breakpoints_get-auto-breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_get-auto-breakpoint.html
@@ -242,7 +242,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_is-named-breakpoint.html b/docs/documentation/stylus/Breakpoints_is-named-breakpoint.html
index 8ed02d9..0b54887 100644
--- a/docs/documentation/stylus/Breakpoints_is-named-breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_is-named-breakpoint.html
@@ -282,7 +282,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attribute.html b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attribute.html
index 292bbd4..ebfc6ea 100644
--- a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attribute.html
+++ b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attribute.html
@@ -358,7 +358,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attributes.html b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attributes.html
index c45e455..28862be 100644
--- a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attributes.html
+++ b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint-for-attributes.html
@@ -330,7 +330,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint.html b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint.html
index 82e4424..75fd5b7 100644
--- a/docs/documentation/stylus/Breakpoints_overwrite-breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_overwrite-breakpoint.html
@@ -214,7 +214,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_reset-auto-breakpoint.html b/docs/documentation/stylus/Breakpoints_reset-auto-breakpoint.html
index 9f67ab9..05bd877 100644
--- a/docs/documentation/stylus/Breakpoints_reset-auto-breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_reset-auto-breakpoint.html
@@ -220,7 +220,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Breakpoints_set-auto-breakpoint.html b/docs/documentation/stylus/Breakpoints_set-auto-breakpoint.html
index cea8547..8e66d3a 100644
--- a/docs/documentation/stylus/Breakpoints_set-auto-breakpoint.html
+++ b/docs/documentation/stylus/Breakpoints_set-auto-breakpoint.html
@@ -283,7 +283,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Grid.html b/docs/documentation/stylus/Grid.html
index c42fad6..5efd93f 100644
--- a/docs/documentation/stylus/Grid.html
+++ b/docs/documentation/stylus/Grid.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Grid_grid-container.html b/docs/documentation/stylus/Grid_grid-container.html
index 365b4f1..9e93b68 100644
--- a/docs/documentation/stylus/Grid_grid-container.html
+++ b/docs/documentation/stylus/Grid_grid-container.html
@@ -219,7 +219,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Grid_grid-item-align.html b/docs/documentation/stylus/Grid_grid-item-align.html
index 63ec6d8..314888b 100644
--- a/docs/documentation/stylus/Grid_grid-item-align.html
+++ b/docs/documentation/stylus/Grid_grid-item-align.html
@@ -328,7 +328,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Grid_grid-item.html b/docs/documentation/stylus/Grid_grid-item.html
index c54c8e3..9332227 100644
--- a/docs/documentation/stylus/Grid_grid-item.html
+++ b/docs/documentation/stylus/Grid_grid-item.html
@@ -506,7 +506,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Grid_gutter-value.html b/docs/documentation/stylus/Grid_gutter-value.html
index 2ee6795..fa236f8 100644
--- a/docs/documentation/stylus/Grid_gutter-value.html
+++ b/docs/documentation/stylus/Grid_gutter-value.html
@@ -436,7 +436,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Spacing.html b/docs/documentation/stylus/Spacing.html
index 4d4157e..b3a6407 100644
--- a/docs/documentation/stylus/Spacing.html
+++ b/docs/documentation/stylus/Spacing.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Spacing_spacing-based-attribute.html b/docs/documentation/stylus/Spacing_spacing-based-attribute.html
index 62eb765..332de97 100644
--- a/docs/documentation/stylus/Spacing_spacing-based-attribute.html
+++ b/docs/documentation/stylus/Spacing_spacing-based-attribute.html
@@ -370,7 +370,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Spacing_spacing-based-attributes.html b/docs/documentation/stylus/Spacing_spacing-based-attributes.html
index 5b60499..34fca10 100644
--- a/docs/documentation/stylus/Spacing_spacing-based-attributes.html
+++ b/docs/documentation/stylus/Spacing_spacing-based-attributes.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Spacing_spacing-value.html b/docs/documentation/stylus/Spacing_spacing-value.html
index ec6313e..a34efb5 100644
--- a/docs/documentation/stylus/Spacing_spacing-value.html
+++ b/docs/documentation/stylus/Spacing_spacing-value.html
@@ -357,7 +357,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util.html b/docs/documentation/stylus/Util.html
index 253f796..ae1eb3b 100644
--- a/docs/documentation/stylus/Util.html
+++ b/docs/documentation/stylus/Util.html
@@ -119,7 +119,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_hash-get-deep.html b/docs/documentation/stylus/Util_hash-get-deep.html
index e4b6a7f..501d422 100644
--- a/docs/documentation/stylus/Util_hash-get-deep.html
+++ b/docs/documentation/stylus/Util_hash-get-deep.html
@@ -311,7 +311,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_hash-next.html b/docs/documentation/stylus/Util_hash-next.html
index 97b61a4..0876ab6 100644
--- a/docs/documentation/stylus/Util_hash-next.html
+++ b/docs/documentation/stylus/Util_hash-next.html
@@ -310,7 +310,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_str-join.html b/docs/documentation/stylus/Util_str-join.html
index 9cf7f9e..961bdb0 100644
--- a/docs/documentation/stylus/Util_str-join.html
+++ b/docs/documentation/stylus/Util_str-join.html
@@ -308,7 +308,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_strip-unit.html b/docs/documentation/stylus/Util_strip-unit.html
index 337074c..9cea0c6 100644
--- a/docs/documentation/stylus/Util_strip-unit.html
+++ b/docs/documentation/stylus/Util_strip-unit.html
@@ -282,7 +282,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_to-rem.html b/docs/documentation/stylus/Util_to-rem.html
index 6c39620..9a76717 100644
--- a/docs/documentation/stylus/Util_to-rem.html
+++ b/docs/documentation/stylus/Util_to-rem.html
@@ -348,7 +348,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/Util_to-str.html b/docs/documentation/stylus/Util_to-str.html
index 0834098..a0ff440 100644
--- a/docs/documentation/stylus/Util_to-str.html
+++ b/docs/documentation/stylus/Util_to-str.html
@@ -305,7 +305,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/breakpoints.styl.html b/docs/documentation/stylus/breakpoints.styl.html
index 82c5bcf..e00f5d5 100644
--- a/docs/documentation/stylus/breakpoints.styl.html
+++ b/docs/documentation/stylus/breakpoints.styl.html
@@ -578,7 +578,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/grid.styl.html b/docs/documentation/stylus/grid.styl.html
index b0d4197..65cb923 100644
--- a/docs/documentation/stylus/grid.styl.html
+++ b/docs/documentation/stylus/grid.styl.html
@@ -249,7 +249,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/index.html b/docs/documentation/stylus/index.html
index 1009c3d..44a2309 100644
--- a/docs/documentation/stylus/index.html
+++ b/docs/documentation/stylus/index.html
@@ -96,48 +96,71 @@
How Can I Run the Examples?
Either view the examples on GitHub or open
/docs/examples/index.html
locally after checking out the repo.
How Do I Install This?
-Besides just downloading the zip and dropping the package in your project (which I would not recommend doing), you may
-easily use npm or yarn. Since I do not publish to npm yet, you can just reference the Github repo and maybe the version
-tag (which I would recommend) and you are done. To get an idea about the latest version and/or changes, have a look at
-the tags and releases in Github.
+Besides just downloading the zip file and dropping the package in your project (which I would not recommend doing), you
+may easily use NPM or Yarn.
+Currently, I'm publishing to Github packages and not the central NPM registry. If you want to directly install the
+package, not using the repository URL, , you'll have to tell NPM/Yarn, that @oktarintentakel
can be found at GitHub
+packages and not at the central NPM registry and add an access token to use for installing. To do this, add or edit a
+.npmrc
file (either globally in your home folder or next to the package.json
to your project) and add
+@oktarintentakel:registry=https://npm.pkg.github.com
to the file (following GitHub's
+documentation).
+After this, the defined namespace is installed from there automatically. Additionally, we also need a personal access
+token by adding the line //npm.pkg.github.com/:_authToken=TOKEN
(following GitHub's
+documentation).
+Hint: I am aware, that this is rather cumbersome currently, and therefore I currently suggest using the repository
+URL, but I implemented the workflow anyway, awaiting an easier workflow in the future.
NPM
-npm install @oktarintentakel/jig
+npm install @oktarintentakel/jig
or with a version
-npm install @oktarintentakel/jig@X.X.X
+npm install @oktarintentakel/jig@X.X.X
-or via GitHub directly
-npm install oktarintentakel/jig
+or via GitHub repository
+npm install oktarintentakel/jig
-or via GitHub directly using a tag
-npm install oktarintentakel/jig#vX.X.X
+or via GitHub repository using a tag
+npm install oktarintentakel/jig#vX.X.X
Yarn
-yarn add @oktarintentakel/jig
+yarn add @oktarintentakel/jig
or with a version
-yarn add @oktarintentakel/jig@X.X.X
+yarn add @oktarintentakel/jig@X.X.X
-or via GitHub directly
-yarn add oktarintentakel/jig
+or via GitHub repository
+yarn add oktarintentakel/jig
-or via GitHub directly using a tag
-yarn add oktarintentakel/jig#vX.X.X
+or via GitHub repository using a tag
+yarn add oktarintentakel/jig#vX.X.X
Using an Alias Location
-In many cases (especially when installing directly from Github) it makes sense to define an install alias, to manually
-define a folder inside node_modules
to install to.
+In many cases (especially when installing directly from Github repository) it makes sense to define an install alias,
+to manually define a folder inside node_modules
to install to.
Using NPM
-npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
+npm install my-alias-location@:npm@oktarintentakel/jig@X.X.X
-or using NPM with GitHub
-npm install my-alias-location@oktarintentakel/jig#vX.X.X
+or using NPM with GitHub repository
+npm install my-alias-location@oktarintentakel/jig#vX.X.X
or using Yarn
-yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
+yarn add my-alias-location@:npm@oktarintentakel/jig@X.X.X
-or using Yarn with GitHub
-yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+or using Yarn with GitHub repository
+yarn add my-alias-location@oktarintentakel/jig#vX.X.X
+
+or in package.json
+{
+ "dependencies": {
+ "my-alias-location" : "npm:@oktarintentakel/jig@X.X.X"
+ }
+}
+
+or with Github repository
+{
+ "dependencies": {
+ "my-alias-location" : "oktarintentakel/jig#vX.X.X"
+ }
+}
@client Package Separation
It may be a good idea, to generally split node and client packages up. Why? Client packages are delivered directly to
@@ -156,19 +179,12 @@
@client Package Separation
@client
package in node_modules
using fixed versioning for these (I originally got the idea when I transitioned)
from bower to npm, reading the bower team's ideas about
this.
-So, adding a @client
dependency may look like this in package.json
:
-"dependencies": {
- "@client/jig" : "oktarintentakel/jig#vX.X.X",
- ...
-}
-
-You can also add the dependency on the command line like this, albeit the command gets a little lengthy then:
-yarn add @client/jig@oktarintentakel/jig#vX.X.X
-
-If the package is on npm you can, of course, pull the package from there as well:
-"dependencies": {
- "@client/jig" : "npm:@oktarintentakel/jig@1.0.0",
- ...
+So, I propose to generally use an alias location for client packages, such as this
+(see previous point, for all/other options):
+{
+ "dependencies": {
+ "@client/jig" : "oktarintentakel/jig#vX.X.X"
+ }
}
How Do I Include and Use This?
@@ -297,7 +313,7 @@ Home
Namespaces
-
diff --git a/docs/documentation/stylus/spacing.styl.html b/docs/documentation/stylus/spacing.styl.html
index 14315c0..b2b1bee 100644
--- a/docs/documentation/stylus/spacing.styl.html
+++ b/docs/documentation/stylus/spacing.styl.html
@@ -162,7 +162,7 @@
Home
Namespaces
-
diff --git a/docs/documentation/stylus/util.styl.html b/docs/documentation/stylus/util.styl.html
index a3eacfb..b7a6779 100644
--- a/docs/documentation/stylus/util.styl.html
+++ b/docs/documentation/stylus/util.styl.html
@@ -248,7 +248,7 @@
Home
Namespaces
-
diff --git a/package.json b/package.json
index 99a6e2c..4d767c1 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,16 @@
{
"name" : "@oktarintentakel/jig",
- "version" : "0.1.8-beta",
+ "version" : "0.1.9-beta",
"author" : "Sebastian Schlapkohl",
+ "description" : "A \"foundationish\" grid solution for SCSS and Stylus with native CSS grid and sane defaults and helpers for responsive websites.",
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/OktarinTentakel/jig.git"
},
- "description" : "A \"foundationish\" grid solution for SCSS and Stylus with native CSS grid and sane defaults and helpers for responsive websites.",
+ "publishConfig": {
+ "registry": "https://npm.pkg.github.com"
+ },
"private" : false,
"keywords" : [
"standard grid",
@@ -19,10 +22,6 @@
"stylus"
],
- "publishConfig": {
- "registry": "https://npm.pkg.github.com"
- },
-
"type" : "module",
"directories" : {
"docs" : "./docs/documentation",
@@ -30,7 +29,7 @@
},
"devDependencies" : {
- "del": "^7.0.0",
+ "del": "^7.1.0",
"fancy-log": "^2.0.0",
"gulp" : "^4.0.2",
"gulp-connect" : "^5.7.0",
@@ -38,12 +37,13 @@
"gulp-sass" : "^5.1.0",
"gulp-shell" : "^0.8.0",
"gulp-sourcemaps" : "^3.0.0",
- "gulp-stylus" : "^3.0.0",
+ "gulp-stylus" : "^3.0.1",
"jsdoc" : "^3.6.11",
- "node-sass" : "^8.0.0",
+ "node-sass" : "~9.0.0",
"normalize.css" : "^8.0.1",
- "sass" : "^1.58.0",
+ "sass" : "~1.66.1",
"serve-static" : "^1.15.0",
- "yargs" : "^17.6.2"
+ "stylus" : "~0.62.0",
+ "yargs" : "^17.7.2"
}
}
diff --git a/readme.md b/readme.md
index d6d8bae..dd80dc7 100644
--- a/readme.md
+++ b/readme.md
@@ -87,11 +87,10 @@ package, not using the repository URL, , you'll have to tell NPM/Yarn, that `@ok
packages and not at the central NPM registry and add an access token to use for installing. To do this, add or edit a
`.npmrc` file (either globally in your home folder or next to the `package.json` to your project) and add
`@oktarintentakel:registry=https://npm.pkg.github.com` to the file (following GitHub's
-[documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package)
-). After this, the defined namespace is installed from there automatically. Additionally, we also need a personal access
+[documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package)).
+After this, the defined namespace is installed from there automatically. Additionally, we also need a personal access
token by adding the line `//npm.pkg.github.com/:_authToken=TOKEN` (following GitHub's
-[documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token)
-).
+[documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token)).
**Hint:** I am aware, that this is rather cumbersome currently, and therefore I currently suggest using the repository
URL, but I implemented the workflow anyway, awaiting an easier workflow in the future.
diff --git a/yarn.lock b/yarn.lock
index d385c81..f996e48 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7,6 +7,11 @@
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.1.0.tgz#417fef4a143f4396ad0b3b4351fee21323f15aa8"
integrity sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ==
+"@adobe/css-tools@~4.3.1":
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
+ integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
+
"@babel/code-frame@^7.0.0":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -1004,10 +1009,10 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
-del@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/del/-/del-7.0.0.tgz#79db048bec96f83f344b46c1a66e35d9c09fe8ac"
- integrity sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==
+del@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/del/-/del-7.1.0.tgz#0de0044d556b649ff05387f1fa7c885e155fd1b6"
+ integrity sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==
dependencies:
globby "^13.1.2"
graceful-fs "^4.2.10"
@@ -1741,10 +1746,10 @@ gulp-sourcemaps@^3.0.0:
strip-bom-string "^1.0.0"
through2 "^2.0.0"
-gulp-stylus@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/gulp-stylus/-/gulp-stylus-3.0.0.tgz#fc7e028ed608ba360e78d4076b6dd99926e5bc17"
- integrity sha512-mm9ls0pzhcBFiCYmKwgMz6tKQyUljXJK4GW/puIseYxzzm2G1M1kj7Gk95Tt7YPr9pSxgGNgEVIOLdDNmkARlQ==
+gulp-stylus@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/gulp-stylus/-/gulp-stylus-3.0.1.tgz#7e7d532023ebee83aae49459664bec65cc595737"
+ integrity sha512-sHX61bEX1xNnpN7CKnvxsQUXtXI5nSs/tRKqG1OqGPVA/XaHKJ9n2iZc7Nf1EYxnkkR4qIT+4IuDh3AayxhqFQ==
dependencies:
accord "^0.30.0"
lodash.assign "^4.2.0"
@@ -2879,10 +2884,10 @@ node-gyp@^8.4.1:
tar "^6.1.2"
which "^2.0.2"
-node-sass@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-8.0.0.tgz#c80d52148db0ce88610bcf1e1d112027393c13e1"
- integrity sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==
+node-sass@~9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-9.0.0.tgz#c21cd17bd9379c2d09362b3baf2cbf089bce08ed"
+ integrity sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==
dependencies:
async-foreach "^0.1.3"
chalk "^4.1.2"
@@ -3603,10 +3608,10 @@ sass-graph@^4.0.1:
scss-tokenizer "^0.4.3"
yargs "^17.2.1"
-sass@^1.58.0:
- version "1.58.0"
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.0.tgz#ee8aea3ad5ea5c485c26b3096e2df6087d0bb1cc"
- integrity sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==
+sass@~1.66.1:
+ version "1.66.1"
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1"
+ integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
@@ -3617,6 +3622,11 @@ sax@~1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
+sax@~1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
+ integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
+
scss-tokenizer@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz#1058400ee7d814d71049c29923d2b25e61dc026c"
@@ -4054,6 +4064,17 @@ stylus@^0.59.0:
sax "~1.2.4"
source-map "^0.7.3"
+stylus@~0.62.0:
+ version "0.62.0"
+ resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.62.0.tgz#648a020e2bf90ed87587ab9c2f012757e977bb5d"
+ integrity sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==
+ dependencies:
+ "@adobe/css-tools" "~4.3.1"
+ debug "^4.3.2"
+ glob "^7.1.6"
+ sax "~1.3.0"
+ source-map "^0.7.3"
+
supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -4556,7 +4577,7 @@ yargs-parser@^5.0.1:
camelcase "^3.0.0"
object.assign "^4.1.0"
-yargs@^17.2.1, yargs@^17.6.2:
+yargs@^17.2.1:
version "17.6.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
@@ -4569,6 +4590,19 @@ yargs@^17.2.1, yargs@^17.6.2:
y18n "^5.0.5"
yargs-parser "^21.1.1"
+yargs@^17.7.2:
+ version "17.7.2"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
+ integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
+ dependencies:
+ cliui "^8.0.1"
+ escalade "^3.1.1"
+ get-caller-file "^2.0.5"
+ require-directory "^2.1.1"
+ string-width "^4.2.3"
+ y18n "^5.0.5"
+ yargs-parser "^21.1.1"
+
yargs@^7.1.0:
version "7.1.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.2.tgz#63a0a5d42143879fdbb30370741374e0641d55db"