1513 Commits

Author SHA1 Message Date
Adam Wathan
1de2a24eb3 Switch to more robust existing CSS escaping library 2018-06-04 09:14:38 -04:00
Adam Wathan
c678d91fe0 Test that class names in apply directives are escaped 2018-06-04 08:49:36 -04:00
Adam Wathan
9b9d8f374b
Merge pull request #477 from DanielRuf/chore/test-nodejs-8-10
chore: tests Node.js 8 and 10, remove PHP in CI config
2018-05-29 08:38:16 +09:30
Daniel Ruf
a65c59084f
chore: tests Node.js 8 and 10, remove PHP in CI config 2018-05-29 00:13:17 +02:00
Adam Wathan
70eac95c51 Update dependencies 2018-05-25 08:15:27 -04:00
Adam Wathan
01104b64bb 0.5.3 v0.5.3 2018-05-07 14:36:29 -04:00
Adam Wathan
96e11a14c0
Merge pull request #462 from davemo/fix/cli-output-logging
add test harness for cli.js and stdout bugfix
2018-05-03 10:50:17 -07:00
David Mosher
862bce837e add test harness for cli.js and stdout bugfix
- when used on the CLI, lib/cli.js was writing the output of log
statements to STDOUT; this caused consumers of the CLI who wanted to
pipe the processed output (css) to other unix utilities to end up with
invalid CSS due to the log messages appearing at the start and end of
the files

- this commit fixes this by replacing `console.log` with `console.warn`
and `console.error`, which both write output to STDERR
2018-05-03 13:42:45 -04:00
Adam Wathan
14f1ba6cb9
Merge pull request #442 from tailwindcss/preflight-sourcemaps
Add sourcemaps for replaced preflight styles
2018-03-30 10:29:20 -04:00
Adam Wathan
2e34df923e Add sourcemaps for replaced preflight styles 2018-03-30 10:23:56 -04:00
Adam Wathan
64d3cf5e2a 0.5.2 v0.5.2 2018-03-29 12:11:25 -04:00
Adam Wathan
94961d43f6
Merge pull request #440 from tailwindcss/remove-nodemon
Remove nodemon, add nsp check to test command
2018-03-29 12:05:37 -04:00
Adam Wathan
0511767b5c Remove nodemon, add nsp check to test command 2018-03-29 12:03:45 -04:00
Adam Wathan
e1f3286141 0.5.1 v0.5.1 2018-03-13 17:11:39 -04:00
Adam Wathan
6c127e5ac3 Revert not-italic to roman 2018-03-13 17:11:17 -04:00
Adam Wathan
c32519d9e1 0.5.0 v0.5.0 2018-03-13 16:13:16 -04:00
Adam Wathan
0f0a4f45e8 Fix style 2018-03-13 14:15:05 -04:00
Adam Wathan
cfb676acd7 Test that container screens can just be an array 2018-03-13 14:07:05 -04:00
Adam Wathan
2cc9b99765
Merge pull request #423 from tailwindcss/container-options
Add center and padding options to container plugin
2018-03-13 13:56:39 -04:00
Adam Wathan
9ee6a30d5f Add center and padding options to container plugin 2018-03-13 13:50:44 -04:00
Adam Wathan
c254d97af1 Tweak comment in config 2018-03-13 13:50:13 -04:00
Adam Wathan
de24a2a45e Remove special scrollbar styling for IE/Edge 2018-03-13 12:33:19 -04:00
Adam Wathan
055e3eea78 Move CSS files to root for easier imports 2018-03-13 10:05:24 -04:00
Adam Wathan
7c88a6c474 Build separate components dist file 2018-03-13 09:44:19 -04:00
Adam Wathan
e69fe8568d Merge branch 'fedeTibaldo-master' into 0.5 2018-03-13 08:12:47 -04:00
Adam Wathan
cc968d1791 Fix conflics, refactor variant generator 2018-03-13 08:12:20 -04:00
Adam Wathan
79b09dc120 Merge branch 'ryanscherler-patch-1' into 0.5 2018-03-13 07:56:02 -04:00
Adam Wathan
1b24db9244 Sort cursor utilities 2018-03-13 07:55:49 -04:00
Adam Wathan
ad208d4b8e Merge branch 'patch-1' of https://github.com/ryanscherler/tailwindcss into ryanscherler-patch-1 2018-03-13 07:53:33 -04:00
Adam Wathan
a2ffc0d62d Merge branch 'OFFLINE-GmbH-master' into 0.5 2018-03-13 07:50:53 -04:00
Adam Wathan
cf77601bcf Fix conflicts 2018-03-13 07:50:33 -04:00
Adam Wathan
9fcfbc6730 Fix style 2018-03-12 16:15:09 -04:00
Laurence Ioannou
174f3723aa Update overflow.js 2018-03-12 16:05:35 -04:00
Adam Wathan
77e350c882 Merge branch 'hacknug-feature/backgroundSizes' into 0.5 2018-03-12 15:41:55 -04:00
Adam Wathan
290bafd2d2 Fix conflicts 2018-03-12 15:41:25 -04:00
Adam Wathan
ec804ca3a7 Add comment about enabling container by default 2018-03-12 15:34:34 -04:00
Adam Wathan
e8c820d78b Remove old container generator 2018-03-12 15:34:34 -04:00
Adam Wathan
088cdc9a41 Refactor container plugin to CSS-in-JS 2018-03-12 15:34:34 -04:00
Adam Wathan
6e7ae58910 Move container component to a built-in plugin 2018-03-12 15:34:34 -04:00
Adam Wathan
20461a3418 Generate container classes as components, not utilities 2018-03-12 15:34:34 -04:00
Adam Wathan
fa0e06c2dd Generate focus variants last and group-hover variants first 2018-03-12 15:34:14 -04:00
Adam Wathan
02bac50589 Rename to 2018-03-12 15:33:53 -04:00
Adam Wathan
7831312c12 Merge branch 'sebastiandedeyne-add-position-sticky' 2018-03-12 11:15:11 -04:00
Adam Wathan
c63bf4f4da Fix conflicts 2018-03-12 11:14:54 -04:00
Adam Wathan
dbb4802fb6 Fix style 2018-03-07 09:37:01 -05:00
Adam Wathan
db8e06c282 Add test for nested rules 2018-03-07 09:37:01 -05:00
Adam Wathan
3be6a04d54 Add test to make sure we're not stupidly flattening styles too early 2018-03-07 09:37:01 -05:00
Adam Wathan
8e8f47c58d Respect user prefix by default when creating component classes 2018-03-07 09:37:01 -05:00
Adam Wathan
7a8f8d9877 Style fixes 2018-03-07 09:37:01 -05:00
Adam Wathan
7d589dd542 Fix style + kill unused code 2018-03-07 09:37:01 -05:00