368 Commits

Author SHA1 Message Date
Adam Wathan
8a86a3ef5e Push config file dependency message instead of replacing messages array 2017-11-07 09:17:52 -05:00
Adam Wathan
bab36e0559 Fix ESLint issues 2017-11-06 15:08:21 -05:00
David Hemphill
06ed308c28 change print width to 100 characters 2017-11-06 15:02:02 -05:00
David Hemphill
79a2bb39e5 Reformat files 2017-11-06 15:02:02 -05:00
David Hemphill
9dbf5881cd fix eslint issues 2017-11-06 15:00:55 -05:00
David Hemphill
ec607968cf Add ESLinting and Prettier formatting and run an initial format on the codebase 2017-11-06 15:00:00 -05:00
Adam Wathan
78d66429bd Move list utilities to very top, fix tests 2017-11-06 11:37:01 -05:00
Adam Wathan
aee9e3c4c4 Merge branch 'fix-list-reset-overwrite' of https://github.com/jake-dohm/tailwindcss into jake-dohm-fix-list-reset-overwrite 2017-11-06 11:33:30 -05:00
Adam Wathan
33e3be33d7
Merge pull request #82 from tailwindcss/add-all-margin-auto-utilities
Add all margin-auto utilities
2017-11-06 11:22:59 -05:00
Jonathan Reinink
0b0cb96fa9
Merge pull request #115 from tailwindcss/config-default
Support default values in config function
2017-11-06 10:36:32 -05:00
Adam Wathan
c7061e9228 Support default values in config function
Also add a bunch of tests, seems probably wise :)
2017-11-06 10:32:17 -05:00
Jake Dohm
8f8469fd62 Moved lists utility nearer to the top, so other utilities (padding, margin, etc.) would override; 2017-11-06 09:06:13 -05:00
Kalpa Perera
0c5ad514a9 Add file extension if not exists 2017-11-05 22:07:13 +05:30
Jonathan Reinink
c550cd1b7c Add all margin-auto utilities 2017-11-04 06:53:43 -04:00
Adam Wathan
5c585f844e
Merge pull request #89 from psren/fix/empty-media-queries-are-rendered
remove empty media queries
2017-11-03 19:13:48 -04:00
Patrick Heller 💩
8a42f279f6 code style and remove comment 2017-11-03 23:10:53 +01:00
Patrick Heller 💩
e5a9c8926f remove empty media queries 2017-11-03 20:52:16 +01:00
Adam Wathan
b727450b83 Autoprefix dist files for browsers with >1% usage 2017-11-03 11:34:02 -04:00
Adam Wathan
b2b95d5738 Register config file with Webpack for watching
This change tells Webpack (for those using it) that the config file
used should be tracked as a dependency and that the CSS should be
re-compiled if that config file changes.

It's careful to make sure the config file is loaded fresh every single
time to avoid weird caching issues.
2017-11-03 09:54:15 -04:00
Adam Wathan
82f41ffe1d Add separate preflight and utilities dist files
Just so folks can pull these in independently via CDN.
2017-11-02 13:26:27 -04:00
Adam Wathan
f6b81ae35d Dynamically determine CLI tool version number 2017-11-02 11:35:48 -04:00
Adam Wathan
072c7136bd
Merge pull request #41 from tailwindcss/hide-catchall-command-from-help
Hide catchall command from help
2017-11-02 09:41:12 -04:00
Jonathan Reinink
7dbe40018f Add new "scrolling-touch" and "scrolling-auto" utilities 2017-11-01 20:44:01 -04:00
David Hemphill
66a2c1b9cb Hide catchall command from help 2017-11-01 17:26:59 -05:00
Adam Wathan
2d7b620f1e Fix issue with config option not being respected in tailwind build
Same issue as we were seeing with output files, I'm a dummy for missing
this and tagging.
2017-11-01 16:45:24 -04:00
Adam Wathan
24766911c1 Fix tailwind build CLI command
Moving to subcommands broke this without us noticing. It's probably a
good idea to add a big dirty integration test for this that just
executes the CLI command and makes sure the file was created.
2017-11-01 09:23:53 -04:00
Adam Wathan
65b9026fd5 Drop mask alias 2017-10-31 21:54:05 -04:00
Adam Wathan
3ffe2a5077 Document appearance-none
Also create appearance-none lol
2017-10-31 21:48:57 -04:00
Jonathan Reinink
8cd13a857e Add hover to text style utilities 2017-10-31 20:42:05 -04:00
Jonathan Reinink
2b1a6959d3 Rename "reset" to "preflight" 2017-10-31 17:05:10 -04:00
Jonathan Reinink
bb62a6dea5 Add trailing comma 2017-10-31 16:09:36 -04:00
Adam Wathan
b705b53f92 Don't define rounded side variants for each size
Instead, set the opposing corners to 0.
2017-10-30 17:35:27 -04:00
Jonathan Reinink
05a172f80d Inline normalize.css 2017-10-30 14:06:27 -04:00
Jonathan Reinink
96e9e67592 Rename tailwind() method to config()
Add basic tests for config(), @response and @apply.
2017-10-30 13:50:37 -04:00
Adam Wathan
bf3145277f Add position static utilitiy 2017-10-27 15:28:23 -04:00
Adam Wathan
782598319a Comment out requiring defaultConfig inside itself
Uncomment on init
2017-10-26 12:06:10 -04:00
Jonathan Reinink
f26833c2a3 Fix defaultConfig() method (add return) 2017-10-26 10:21:13 -04:00
Jonathan Reinink
24199b140f Lazy load default config 2017-10-26 09:29:52 -04:00
Jonathan Reinink
a1e584dd35 Merge branch 'master' into add-documentation-to-config 2017-10-26 09:15:25 -04:00
Jonathan Reinink
ea4b64837e Allow font families to be defined as arrays 2017-10-25 18:18:22 -04:00
Jonathan Reinink
3e58d198d8 Update generators for the new config keys 2017-10-25 17:56:50 -04:00
Adam Wathan
eb68790127 Rename overflow x/y utilities 2017-10-25 15:01:21 -04:00
Adam Wathan
eafac886fa Use lodash to extract keys safely 2017-10-24 12:13:25 -04:00
Adam Wathan
4478b04090 Don't do any merging of config values at all
Leave this up to the user; their config file is a JS file and we give
them access to the default config, so they can do as much merging of
defaults as they like.
2017-10-24 12:13:25 -04:00
Adam Wathan
fcee129eb8 Merge pull request #205 from nothingworksinc/export-config
Add default config to module.exports
2017-10-24 08:53:22 -04:00
Adam Wathan
c92cbea3b7 Remove content-stretch utility
No browser support, doesn't make sense, gtfo.

Closes #199.
2017-10-24 07:52:54 -04:00
Adam Wathan
8d5840b38b Remove self-baseline utility
Has no browser support and I can't even really understand how it would work.

Closes #198.
2017-10-24 07:51:26 -04:00
Adam Wathan
ec56027834 Add self-auto utility
Allows resetting align-self back to the default value if necessary at different breakpoints.
2017-10-24 07:48:57 -04:00
Adam Wathan
7c66d7be40 Rename flex-nowrap to flex-no-wrap 2017-10-24 07:42:20 -04:00
Adam Wathan
7601b5564a Allow optional destination for init command, prevent overriding existing files 2017-10-24 07:39:09 -04:00