@symbo.ls/scratch 0.3.7 → 0.3.8

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/scratch",
3
3
  "description": "Φ / CSS framework and methodology.",
4
4
  "author": "Symbols",
5
- "version": "0.3.7",
5
+ "version": "0.3.8",
6
6
  "files": [
7
7
  "src"
8
8
  ],
@@ -261,6 +261,7 @@ export const set = recivedConfig => {
261
261
  applySpacingSequence()
262
262
  applyDocument()
263
263
 
264
+ console.log(CONFIG)
264
265
  return CONFIG
265
266
  }
266
267