433 Commits

Author SHA1 Message Date
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
fe22f647f2 Switch from smoke to grey in code sample partial 2017-11-03 07:51:37 -04:00
Adam Wathan
06d4e91a0b Replace slate/smoke references in Cards examples 2017-11-03 07:51:24 -04:00
Adam Wathan
a227b1e024 Add production config file for docs 2017-11-02 18:12:42 -04:00
Ninja
8ace7213e2
Update code examples
Use absolute URLs for code examples to allow better copy/paste user experience.
2017-11-02 13:44:27 -07:00
Adam Wathan
13864218d3 Add WIP text alignment docs 2017-11-02 16:19:29 -04:00
Adam Wathan
92c150338b Fix broken responsive design links 2017-11-02 16:08:17 -04:00
Adam Wathan
84fd785ffc Be explicit in documentation that imports require a preprocessor 2017-11-02 16:07:05 -04:00
Adam Wathan
9263e3ac48 Document that rounded-{side} utilities need to be combined with a size 2017-11-02 14:51:00 -04:00
Adam Wathan
c850701171 Remove Twitter card meta stuff from individual docs pages 2017-11-02 14:46:34 -04:00
Adam Wathan
3e464f35bc Allow feature badges to wrap 2017-11-02 14:39:40 -04:00
Adam Wathan
9262fec161 Improve momentum-scrolling docs 2017-11-02 14:35:29 -04:00
Adam Wathan
dc4fe45d31
Merge pull request #66 from tailwindcss/extra-github-links
Add extra GitHub links to version numbers
2017-11-02 14:20:19 -04:00
Adam Wathan
7e2ce401f3
Merge pull request #46 from tailwindcss/add-scrolling-docs
Add scrolling-touch/auto docs
2017-11-02 14:20:01 -04:00
David Hemphill
e03d66a2e9 add extra github links to version numbers 2017-11-02 13:12:24 -05:00
David Piesse
8cdc97c2e0
Change 2/5 width to 40%
Incorrectly numbered as 49% previously for w-2/5.  Altered to correct 40%.
CSS checked in implementation and does return 40%
2017-11-02 17:18:43 +00:00
carlcs
9d81043be2
Update buttons.blade.md 2017-11-02 17:49:12 +01:00
Adam Wathan
684f23dcac Add version number under logo in sidebar 2017-11-02 12:44:55 -04:00
Adam Wathan
cf18cb2967
Merge pull request #54 from mkarnicki/master
Clear up wording of the Advanced screens section.
2017-11-02 09:42:29 -04:00
Michał Karnicki
35930beb21 Clear up wording of the Advanced screens section. 2017-11-02 13:22:12 +01:00
Pawel Mysior
89a68c9d28 Change "mean time" to meantime 2017-11-02 11:02:06 +01:00
Adam Wathan
6863db6c7d Show version dynamically on homepage, move under logo 2017-11-01 21:44:31 -04:00
Jonathan Reinink
1bb12ccb46 Tweak social link rollover color 2017-11-01 21:24:54 -04:00
Jonathan Reinink
5e3da1572f Add scrolling-touch/auto docs 2017-11-01 21:22:58 -04:00
Jonathan Reinink
4538a1f671 Add "default" to all label in spacing docs 2017-11-01 21:19:00 -04:00
Jonathan Reinink
1622d4b694 Improve spacing docs 2017-11-01 21:15:12 -04:00
Jonathan Reinink
dbf4c2c184
Merge pull request #44 from cesaramirez/version
Update version 0.1.0 to 0.1.2
2017-11-01 21:00:46 -04:00
Jonathan Reinink
7dbe40018f Add new "scrolling-touch" and "scrolling-auto" utilities 2017-11-01 20:44:01 -04:00
César A. Ramírez
a31d4081e2 Update version 0.1.0 to 0.1.2 2017-11-01 17:35:16 -06:00
Adam Wathan
83a66d2e10
Merge pull request #37 from danielstgt/patch-1
Fix typo spacing
2017-11-01 18:34:04 -04:00
Adam Wathan
bcd283fc5d
Merge pull request #33 from benface/patch-1
Change `flex-fill` to `flex-grow`
2017-11-01 18:33:46 -04:00
Adam Wathan
c1a786e115
Merge pull request #38 from danielstgt/patch-2
Min-width typo
2017-11-01 18:33:26 -04:00
Daniel Hartmann
9b8a05732e
fixed min-w-0 2017-11-01 23:01:19 +01:00
Mark Beech
20246579d6 Fix apostrophes 2017-11-01 21:55:07 +00:00
Daniel Hartmann
b6be47a11a
min-width typo 2017-11-01 22:11:16 +01:00
Daniel Hartmann
556ad8302a
Fix typo spacing
Congrats to the first release!

PR changes title and naming for the title and sides. makes it consistent with other pages.
2017-11-01 22:07:07 +01:00
Benoît Rouleau
252f56aecc
Should probably be flex-grow here 2017-11-01 15:54:08 -04:00
Adam Wathan
61a8dc3174
Merge pull request #29 from pedroborges/add-screen-class-name-sample
Use "screen" instead of "breakpoint"
2017-11-01 14:25:41 -04:00
Adam Wathan
718edefa00 Update Twitter card 2017-11-01 14:24:10 -04:00
Adam Wathan
b48ca422ea Fix rounded borders in alert examples 2017-11-01 14:23:31 -04:00
Pedro Borges
536782f8c8 Use "screen" instead of "breakpoint" 2017-11-01 16:05:57 -02:00
Adam Wathan
454ae61cbc Fix overlapping close icon in traditional alert example 2017-11-01 13:20:41 -04:00
Pedro Borges
8917d3b066 Fix directive name 2017-11-01 14:15:46 -02:00
Jonathan Reinink
aee64798b6 Improve responsive design at small screen sizes 2017-11-01 12:04:50 -04:00
Adam Wathan
ac26b766ab Remove Less-style comments from CSS file example in installation docs
If someone copies and pastes that example into a plain CSS file, the comments will break things in annoying and unexpected ways. Better to use plain CSS comments.
2017-11-01 09:33:10 -04:00
Jonathan Reinink
e3ccebd9af Merge branch 'master' of github.com:tailwindcss/tailwindcss 2017-11-01 08:43:10 -04:00
Jonathan Reinink
82eaa022f9 Attempt to get Google Analytics working for pushstate 2017-11-01 08:43:02 -04:00
Jonathan Reinink
552c60ba5e
Merge pull request #17 from cesaramirez/patch-visibility
Change visiblity property value to hidden
2017-11-01 08:26:42 -04:00
Jonathan Reinink
4a806dcb4c Improve border radius side docs 2017-11-01 08:24:25 -04:00
Jonathan Reinink
af31dc53e2
Merge pull request #10 from PILO7980/master
Fixed missing `rounded` utilities in "Advanced card example"
2017-11-01 08:23:20 -04:00