1708 Commits

Author SHA1 Message Date
Adam Wathan
0cd679b4ff Port backgroundPosition module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
6112b3e345 Port backgroundRepeat module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
5a372877a6 Port backgroundSize module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
96439a33e6 Port borderCollapse module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
4715bda134 Port borderColors module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
2a0b64fa14 Port borderRadius module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
d969096c29 Port borderStyle module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
36075fae30 Port borderWidths module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
e16c6e669a Port cursor module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
a493ee420d Port display module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
fd1729ec81 Port flexbox module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
dce3b5fcb0 Port float module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
499fae20d0 Port fonts module to plugins 2019-01-14 15:43:12 -05:00
Adam Wathan
07193bb310 Port fontWeights module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
964bf81ee3 Port height module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
c8802df40d Port leading module to plugin 2019-01-14 15:43:12 -05:00
Adam Wathan
97da5c40d6 Port margin module to plugin 2019-01-14 15:43:12 -05:00
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
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