14 Commits

Author SHA1 Message Date
Adam Wathan
e8b64fdb62 Move negative margin logic into a helper
Adds a new `utils` bucket that's passed as a second arg when using a closure for theme values. The idea is you can destructure useful helper functions out of this argument, in this case a `negative` function that converts a positive scale to negative values. That's the only helper function right now, but making it a destructurable arg so we can add more if necessary without adding a bunch of positional arguments.
2019-04-24 15:15:30 -04:00
Adam Wathan
2d91aa8caa Remove unused lodash dependency, use implicit return 2019-04-24 08:40:00 -04:00
Adam Wathan
a7ec9c2396 Remove negativeMargin plugin, handle negative values in regular margin plugin 2019-04-23 20:04:35 -04:00
Adam Wathan
854e6b1cdd Standardize on leading zeros 2019-04-19 12:33:15 -04:00
Adam Wathan
c98cc12d35 Remove dependency on perfectionist, implement simple formatting from scratch 2019-04-16 11:43:17 -04:00
Adam Wathan
b2ad6a4d18 Bump node dependency to 8.9.0
6.9.0 is EOL next month and our defaultConfig stub already uses features not supported in 6.x, which means I either had to change that file to use Object.assign instead of spread, or bump our dependency.

Would rather not have to write prehistoric JS just to support an almost-EOL version.
2019-03-29 13:26:17 -04:00
Adam Wathan
7544c1bbd2 Drop SFMono from default mono font stack 2019-03-25 10:16:11 -07:00
mattstypa
76d6356a58 Added container to defaultConfigStub 2019-03-20 07:46:16 -05:00
安正超
9bf413933c
Fix default border color. 2019-03-18 16:23:43 +08:00
Adam Wathan
da10af26eb Update defaultConfig to use theme function 2019-03-16 16:28:39 -04:00
Adam Wathan
426a549e50 Update shadow-outline to be based on new blue 2019-03-15 11:13:46 -04:00
mattstypa
71b11a667a Updating the stub 2019-03-15 09:05:06 -05:00
Matt Stypa
e0cad52c57 Added a file that was removed during merge 2019-03-14 18:09:42 -05:00
mattstypa
92b3b0c0a1 Updated CLI init commend 2019-03-14 15:51:21 -05:00