Adam Wathan
b727450b83
Autoprefix dist files for browsers with >1% usage
2017-11-03 11:34:02 -04:00
Adam Wathan
f22e04d1d5
Merge pull request #79 from tailwindcss/build-on-prepare
...
Build dist assets on prepare
2017-11-03 11:31:21 -04:00
Adam Wathan
b1d0f4db83
Merge pull request #81 from tailwindcss/sass-note
...
Add note to Laravel Mix instructions warning about Sass issue
2017-11-03 11:31:03 -04:00
David Hemphill
a85d521574
Fix some label's and add some error examples
2017-11-03 10:29:56 -05:00
Adam Wathan
33cf96eebf
Add link to Mix documentation for processCssUrls
2017-11-03 11:07:44 -04:00
Adam Wathan
52f6fb23eb
Merge pull request #77 from tailwindcss/watch-config
...
Register config file with Webpack for watching
2017-11-03 11:04:08 -04:00
Adam Wathan
df77207966
Remove extremely offensive unnecessary newline character
2017-11-03 11:03:22 -04:00
Adam Wathan
df51b6ca49
Add note to Laravel Mix instructions warning about Sass issue
2017-11-03 10:53:20 -04:00
Adam Wathan
1e207cfd7f
Build dist assets on prepare
...
Removes the separate build command and just always builds our dist
files on `npm run prepare`. This makes sure we never accidentally
publish a release that doesn't have up to date dist files for CDNs like
unpkg and jsdelivr.
2017-11-03 10:18:58 -04:00
Adam Wathan
f80537a85d
Update tests
2017-11-03 10:04:48 -04:00
Adam Wathan
a77d879db6
Remove sublime project file
2017-11-03 09:59:10 -04:00
Adam Wathan
113d10174d
Merge pull request #76 from mkarnicki/fix-typo
...
Fix small typo.
2017-11-03 09:56:36 -04:00
Adam Wathan
edb5c045f4
Don't double declare every markdown style
...
Derp.
2017-11-03 09:55:00 -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
Michał Karnicki
6db8183e78
Fix small typo.
2017-11-03 14:41:36 +01: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
David Hemphill
bc3a954cde
Add some form examples
2017-11-03 00:44:41 -05:00
Thomas Reichling
2fc30c988e
Version number redirects to version tree on Github
2017-11-02 23:52:01 +01:00
Thomas Reichling
a590a6b38c
Version number redirects to the version tree on Github
2017-11-02 23:50:02 +01:00
David Hemphill
9e222bddf5
Make hover state a little darker
2017-11-02 17:33:27 -05:00
David Hemphill
1bae42f2a2
Add navigation example
2017-11-02 17:23:43 -05:00
Adam Wathan
a227b1e024
Add production config file for docs
2017-11-02 18:12:42 -04:00
Adam Wathan
efb93a0ec4
Merge pull request #68 from ninjaparade/patch-1
...
Update code examples
2017-11-02 17:33:28 -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
Adam Wathan
bab25dc8b8
0.1.3
v0.1.3
2017-11-02 14:13:59 -04:00
David Hemphill
e03d66a2e9
add extra github links to version numbers
2017-11-02 13:12:24 -05:00
Adam Wathan
b40cacc393
Merge pull request #65 from tailwindcss/split-dist
...
Create separate dist files for preflight, utilities, and full blown Tailwind
2017-11-02 13:33: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
e46cc65d80
Remove example class from dist build
...
Still want to be including this in our tests, so sanity test now runs
against a separate fixture.
2017-11-02 13:25:50 -04:00
Adam Wathan
eced9af886
Merge pull request #64 from davidpiesse/patch-1
...
Change 2/5 width to 40%
2017-11-02 13:20:54 -04: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
Jonathan Reinink
aa4419f35a
Merge pull request #62 from carlcs/patch-1
...
Update buttons.blade.md
2017-11-02 12:50:49 -04: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
0258caaafa
Merge pull request #60 from tailwindcss/dynamic-version
...
Dynamically determine CLI tool version number
2017-11-02 11:47:03 -04:00
Adam Wathan
f6b81ae35d
Dynamically determine CLI tool version number
2017-11-02 11:35:48 -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
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
Adam Wathan
86110da451
Merge pull request #50 from PawelMysior/fix-typo
...
Change "mean time" to meantime
2017-11-02 09:40:49 -04:00
Adam Wathan
de18c58031
Merge branch 'joshmanders-patch-1'
2017-11-02 09:23:00 -04:00