1319 Commits

Author SHA1 Message Date
Adam Wathan
b5a51e879d Port maxHeight module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
3c99be09ca Port maxWidth module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
645de657a1 Port minHeight module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
b140bf66fb Port minWidth module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
1ff01435e7 Port negativeMargin module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
bfbb17995a Port objectFit module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
5b3d6d8861 Port objectPosition module to plugin, conditionally load plugins based on modules config 2019-01-14 15:43:12 -05:00
Adam Wathan
3f089182cf Port opacity module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
a3ea578669 Port outline module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
0ba183a22a Port overflow module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
d6611dd42c Port padding module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
c5abdc9503 Port pointerEvents module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
61251212db Port position module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
e7bf2bc615 Port resize module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
6a3ed59fa6 Port shadows module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
e6c0da03df Port svgFill module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
efb9e6953d Port svgStroke module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
ff3e6bee43 Port tableLayout module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
fbeadb76cc Port textAlign module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
7e2e27818c Port textColors module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
3ac73fbd1e Port text sizes and text style modules to plugins 2019-01-14 15:43:12 -05:00
Adam Wathan
86d81272de Port tracking module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
718389ccd8 Port verticalAlign module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
239234b7b9 Port visibility module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
027b69c7e8 Port width and whitespace modules to plugins 2019-01-14 15:43:12 -05:00
Adam Wathan
6352843cde Port zIndex module to default plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
146b984617 Accept plugins as separate processPlugins arg 2019-01-14 15:43:12 -05:00
Adam Wathan
cc9c91a60a Delete unused variant modules 2019-01-14 15:39:51 -05:00
Adam Wathan
2b5358d92a Update prefixSelector for latest selector parser 2019-01-14 14:45:01 -05:00
Adam Wathan
e1d276468b Get tests passing with updated dependencies
Latest postcss-selector-parser tries to be more intelligent about handling escape sequences for you. This is awesome! But our original code was handling escaping ourselves, so this change gets the tests passing for now, with the intent to stop doing escaping ourselves in the near future and instead rely on postcss-selector-parser to handle it for us, since I'm positive their implementation is significantly more robust.
2019-01-14 14:45:01 -05:00
Benoît Rouleau
85ea38b2f5 Add ability to configure background position utilities 2019-01-02 17:32:02 -05:00
Adam Wathan
2ee98f226a Update fucking doc blocks 2018-11-05 08:53:51 -05:00
Adam Wathan
d8df647fa0 Add option to disable autoprefixer in CLI 2018-11-05 08:53:51 -05:00
Michaël De Boey
3bb2a200ae Add object-position utilities 2018-11-01 21:58:17 -04:00
Michaël De Boey
4e4751c4d5 Add object-fit utilities 2018-11-01 21:58:17 -04:00
Adam Wathan
76691a563d Allow modules: [...variants] syntax to bulk apply variants 2018-11-01 21:33:42 -04:00
Adam Wathan
655963a100 Apply all first-class variants using modules: all 2018-11-01 20:30:48 -04:00
Adam Wathan
1e8a70b68c Promote pluginVariants from experiment to feature 2018-10-31 15:52:32 -04:00
Jesse
55f8207d21 Fix apostrophe in error 2018-10-17 11:47:14 +02:00
mattstypa
34ad504a46 Added tests for CLI utils 2018-09-25 11:09:20 -05:00
Matt Stypa
dbeeea4dbb Added ability to protect comments when --no-comments options is use for CLI init command 2018-09-24 21:12:07 -05:00
Matt Stypa
48387a8f8a Switched to use strip-comments instead of Babel for CLI init command 2018-09-24 21:00:30 -05:00
mattstypa
9e26fd84e3 CLI. Added --no-comments option to init commend 2018-09-24 15:44:36 -05:00
Adam Wathan
4fc519f9f5
Merge pull request #554 from MattStypa/cli
CLI Beautification
2018-09-24 23:00:18 +09:30
Matt Stypa
eb4da80ede Code style updates 2018-09-24 07:55:24 -05:00
Matt Stypa
1b1ae8abc9 When no output file is specified for the build command, the result will be piped to stdout 2018-09-23 22:00:50 -05:00
Adam Wathan
750b62c5d2 Enable shadowLookup by default 2018-09-21 14:55:54 -04:00
Adam Wathan
77a2aedc00 Refactor findClass 2018-09-15 08:58:09 -04:00
Adam Wathan
e497a2b5de Use existing prefixSelector function 2018-09-15 08:58:09 -04:00
Rouven Hurling
dfb8c256ab fix code, test and style 2018-09-15 08:58:09 -04:00