@codecademy/gamut-styles 16.2.1 → 16.2.2-alpha.835dbf.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,19 +1,22 @@
1
1
  # Gamut Styles
2
+
2
3
  Base SCSS for Codecademy
3
4
 
4
5
  ## Variables/
6
+
5
7
  This folder houses all shared SCSS style variables.
6
8
  It also contains a JavaScript file with color variables.
7
9
 
8
10
  ## Core/
11
+
9
12
  This folder contains a base stylesheet for the app.
10
13
  This should be imported **once** in your application.
11
14
 
12
15
  ## Utils/
16
+
13
17
  This folder contains Sass functions (pure utilities with no stylesheet output values) and mixins (outputs CSS)
14
18
  to be used as needed both in Gamut and across the Codecademy app.
15
19
 
16
-
17
20
  The `utils.scss` and `core.scss` just import the index files from their respective folders, to make the syntax to import them from elsewhere easier, e.g.:
18
21
 
19
22
  `@import "~@codecademy/gamut-styles/utils";`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "16.2.1",
4
+ "version": "16.2.2-alpha.835dbf.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/variance": "0.21.3",
@@ -34,5 +34,5 @@
34
34
  "scripts": {
35
35
  "build": "nx build @codecademy/gamut-styles"
36
36
  },
37
- "gitHead": "025ceb990af7439fd2a841e25b4f4d1dee0aa53b"
37
+ "gitHead": "057b7b8a803cd7760d51a7f27cc7eefa306b03fa"
38
38
  }