1686 Commits

Author SHA1 Message Date
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
9f0000e4b1
Merge pull request #621 from tailwindcss/delete-unused-variant-modules
Delete unused variant modules
2019-01-14 15:42:58 -05:00
Adam Wathan
cc9c91a60a Delete unused variant modules 2019-01-14 15:39:51 -05:00
Adam Wathan
50aaa861f2
Merge pull request #618 from tailwindcss/update-postcss-dependencies
Update PostCSS dependencies
2019-01-14 15:04:14 -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
Adam Wathan
49cbe268e5 Update PostCSS dependencies 2019-01-14 14:45:01 -05:00
Adam Wathan
2674e658a9
Merge pull request #619 from tailwindcss/prove-613-issue
Add failing tests for #613
2019-01-14 14:44:44 -05:00
Adam Wathan
e82ef53f29 Add test for creating responsive variants of classes with non-standard characters 2019-01-14 14:20:29 -05:00
Adam Wathan
13ce379859 Add test for prefixing classes with non-standard characters 2019-01-14 14:18:36 -05:00
Adam Wathan
ba86cb37d3 0.7.3 v0.7.3 2018-12-13 14:23:54 -05:00
Adam Wathan
e5fe1d1de5 Remove nsp since it's dead 2018-12-13 14:23:22 -05:00
Mark Pinero
b74b381294 Update tests for tailwind-output.css 2018-11-17 14:04:45 -05:00
Mark Pinero
c11d2b52a0 Update normalize.css to v8.0.1
Normalize 8.0.0 regressed behavior in IE incorrectly rendering `main` tags. Applying normalize.css 8.0.1 rules to `preflight.css`
2018-11-17 14:04:45 -05:00
Chris Rowe
e0af368284 Add CSS property comments 2018-11-16 11:59:10 -05:00
Adam Wathan
f43257f45d 0.7.2 v0.7.2 2018-11-05 08:54:40 -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
Adam Wathan
69b41b2daf 0.7.1 v0.7.1 2018-11-05 08:36:18 -05:00
Adam Wathan
46b4b4be83 Update autoprefixer 2018-11-05 08:04:31 -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
62bc6079d1
Merge pull request #581 from tailwindcss/custom-modules-all
Allow modules: [...variants] syntax to bulk apply variants
2018-11-01 21:52:01 -04:00
Adam Wathan
76691a563d Allow modules: [...variants] syntax to bulk apply variants 2018-11-01 21:33:42 -04:00
Adam Wathan
0ca7f7a69c Update jest 2018-11-01 21:33:09 -04:00
Adam Wathan
655963a100 Apply all first-class variants using modules: all 2018-11-01 20:30:48 -04:00
Adam Wathan
4f5ad9031f 0.7.0 v0.7.0 2018-10-31 15:55:49 -04:00
Adam Wathan
1e8a70b68c Promote pluginVariants from experiment to feature 2018-10-31 15:52:32 -04:00
Adam Wathan
58f10b626b Update lockfile 2018-10-31 15:52:16 -04:00