1170 Commits

Author SHA1 Message Date
Adam Wathan
6ccac3d54e 0.2.1 v0.2.1 2017-11-18 10:52:08 -05:00
Adam Wathan
ae94ac9f1f
Merge pull request #216 from tailwindcss/revert-button-reset
Revert trying to reset Chrome 62 default button styles
2017-11-18 10:50:33 -05:00
Adam Wathan
7305bac176 Reset radius applied by Chrome 62 using low specificity selectors 2017-11-18 10:45:29 -05:00
Adam Wathan
b9114478d4 Revert trying to reset Chrome 62 default button styles 2017-11-18 10:30:00 -05:00
Adam Wathan
d9c3f7b6cf Fix typo in border radius example 2017-11-17 16:19:37 -05:00
Adam Wathan
be3f9d3850 0.2.0 v0.2.0 2017-11-17 16:04:53 -05:00
Adam Wathan
e197420fea Merge branch 'master' into develop 2017-11-17 10:52:38 -05:00
Adam Wathan
fc0e99e598 Fix style errors 2017-11-17 10:50:14 -05:00
Adam Wathan
8f3e80e961 Throw error when trying to access defaultConfig the deprecated way to be nice guys 2017-11-17 10:37:57 -05:00
Adam Wathan
436f485897
Merge pull request #214 from tailwindcss/reorder-border-widths
[0.2] Sort border width utilities from most general to most specific
2017-11-17 09:33:43 -05:00
Adam Wathan
80281a3646
Merge pull request #213 from tailwindcss/reorder-radius
[0.2] Reorder rounded utilities from most general to most specific
2017-11-17 09:33:34 -05:00
Adam Wathan
9685c77647
Merge pull request #211 from tailwindcss/reorder-spacing-utilities
[0.2] Define spacing utilities from most general to most specific
2017-11-17 09:33:25 -05:00
Adam Wathan
2b93b55587
Merge pull request #209 from tailwindcss/error-on-media-apply
[0.2] Be more strict about which classes can be `@apply`'d
2017-11-17 09:33:12 -05:00
Adam Wathan
2fe2a38080
Merge pull request #206 from tailwindcss/add-options-key-to-default-key
[0.2] Add options key to default config and document
2017-11-17 09:32:44 -05:00
Adam Wathan
108d5d94de
Merge pull request #207 from tailwindcss/class-table-partial
Add class-table partial to make class tables more maintainable
2017-11-17 09:27:55 -05:00
Adam Wathan
ddfa8de684 Sort border width utilities from most general to most specific 2017-11-17 08:54:43 -05:00
Adam Wathan
a379d80aa7 Merge branch 'master' into develop 2017-11-17 08:39:33 -05:00
Adam Wathan
3bc4631924 Only send Google Analytics data if analytics was loaded successfully
Prevent errors in local environment and if people are using blockers.
2017-11-17 08:22:06 -05:00
Adam Wathan
60e1a9d8b3 Update Hemphill's Twitter pic 2017-11-16 18:06:20 -05:00
Adam Wathan
5ad847b113 Replace state on initial page load so it's reloadable on popstate 2017-11-16 17:30:24 -05:00
Adam Wathan
985fa90ad1 Reorder rounded utilities from most general to most specific 2017-11-16 16:15:18 -05:00
Adam Wathan
4390f30283 Fix style 2017-11-16 13:27:29 -05:00
Adam Wathan
9c6e829438 Define spacing utilities from most general to most specific 2017-11-16 13:14:39 -05:00
Adam Wathan
a33596831e Merge branch 'master' into develop 2017-11-16 12:28:37 -05:00
Adam Wathan
051705aef7 Ditch Vue component in favor of simple scrolling table
Better Algolia indexing and stuff and just simpler overall.
2017-11-16 11:02:55 -05:00
Adam Wathan
447bc873d8 Prettier-ignore long error strings 2017-11-16 08:16:59 -05:00
Adam Wathan
538a854a73 Don't allow applying classes that appear in multiple rulesets
This can result in unexpected behavior, so explicitly erroring is best.
We can of course add support for this later if we see real value in it
and can come up with predictable rules for how it should work.
2017-11-16 07:54:40 -05:00
Adam Wathan
afee4495d5 Add test to document that applying classes with pseudo-selectors is not supported 2017-11-16 07:52:30 -05:00
Adam Wathan
6807e45e1e Expect onError function is always provided
This can't really be optional.
2017-11-16 07:51:56 -05:00
Adam Wathan
25ef0198a0 Add WIP Vue component 2017-11-15 17:32:39 -05:00
Adam Wathan
35c7671578 Add class-table partial to make class tables more maintainable 2017-11-15 17:08:44 -05:00
Adam Wathan
caa00bbd38 Add options key to default config and document 2017-11-15 11:14:24 -05:00
Adam Wathan
3dd9a6c36a
Merge pull request #205 from tailwindcss/border-reset-tweaks
Don't reset borders for specific elements, fix Chrome 62 border radius debacle
2017-11-15 10:27:43 -05:00
Adam Wathan
c6ccadea3a Only reset border radius on elements Chrome borked it on 2017-11-15 10:22:42 -05:00
Adam Wathan
918673e672 Don't reset borders in SUIT fork; reset all radiuses to 0
Latest Chrome adds default border radius to buttons, WOW.
2017-11-15 10:13:31 -05:00
Adam Wathan
6f6f1cc318 Fix conflicts 2017-11-15 09:36:21 -05:00
Adam Wathan
a94dcc5f78 Rename radius back to rounded 😂 2017-11-15 09:30:30 -05:00
Jonathan Reinink
2f1d89dcd9
Merge pull request #203 from christophrumpel/feature/addFbMetagTagsToHomepage
Add Facebook Metag Tags to homepage as well
2017-11-15 06:10:19 -05:00
Christoph Rumpel
ce5f313704 Add Facebook Metag Tags to homepage as well 2017-11-15 06:41:29 +01:00
Adam Wathan
828f7d40e3 Fix typo in responsive flex grow example 2017-11-14 19:49:23 -05:00
Jonathan Reinink
d2528aa830
Merge pull request #202 from christophrumpel/feature/addFacebookMetaTags
Feature/add facebook meta tags
2017-11-14 17:01:24 -05:00
Christoph Rumpel
603d12ba9b Add dynamic title and description 2017-11-14 22:40:40 +01:00
Christoph Rumpel
a0acef4cc2 Fix styles 2017-11-14 22:23:08 +01:00
Christoph Rumpel
d9cafbb9ce Add fb meta tags 2017-11-14 22:17:04 +01:00
Adam Wathan
dbbe66cd40
Merge pull request #200 from tailwindcss/separate-config-import
[0.2] Import defaultConfig from separate file instead of as a function on main export
2017-11-14 12:55:03 -05:00
Jonathan Reinink
1faabc82b1 Switch to separate config import
Import default config from separate path (require('tailwindcss/defaultConfig')) to allow importing the default config without importing all of Tailwind, which causes errors with Webpack due to a dynamic require.
2017-11-14 08:03:31 -05:00
Jonathan Reinink
ca70fe128e Fix mistake in border radius docs 2017-11-13 17:02:31 -05:00
Jonathan Reinink
d3817c7071 Tweak order of border radius corner utilities 2017-11-13 16:52:58 -05:00
Jonathan Reinink
d4f7b3b513 Update docs for new radius utilities 2017-11-13 16:47:27 -05:00
Jonathan Reinink
ec5bb5ed24 Update the inline border radius documentation 2017-11-13 16:40:48 -05:00