@symbo.ls/scratch 2.11.197 → 2.11.200

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": "symbo.ls",
5
- "version": "2.11.197",
5
+ "version": "2.11.200",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -29,5 +29,5 @@
29
29
  "@symbo.ls/utils": "latest",
30
30
  "color-contrast-checker": "^1.5.0"
31
31
  },
32
- "gitHead": "5b2b1516c2cb42c2ee79892b4180bf5cf884fb90"
32
+ "gitHead": "df4b72fc4bb89a6e73b64304a7f8ff460b5a8a64"
33
33
  }
package/src/set.js CHANGED
@@ -18,8 +18,6 @@ import {
18
18
 
19
19
  import { isFunction } from '@domql/utils'
20
20
 
21
- const ENV = process.env.NODE_ENV // eslint-disable-line no-unused-vars
22
-
23
21
  const setCases = (val, key) => {
24
22
  if (isFunction(val)) return val()
25
23
  return val
@@ -10,8 +10,6 @@ import {
10
10
  setCustomFontMedia
11
11
  } from '../utils'
12
12
 
13
- // const ENV = process.env.NODE_ENV
14
-
15
13
  export const setFont = (val, key) => {
16
14
  const CSSvar = `--font-${key}`
17
15
  const fontFace = val[0]
@@ -10,8 +10,6 @@ import {
10
10
  isArray
11
11
  } from '@domql/utils'
12
12
 
13
- const ENV = process.env.NODE_ENV // eslint-disable-line
14
-
15
13
  const setThemeValue = theme => {
16
14
  const value = {}
17
15
  const { state, media, helpers, ...rest } = theme