AlexVipond
3c2f7c81be
Update test fixtures with new css
2019-06-28 10:32:38 -06:00
Adam Wathan
4549e2d1f1
Increase precision of percentage widths
2019-06-08 08:39:39 -04:00
Adam Wathan
2da152055a
Merge pull request #906 from tailwindcss/consistent-order-values
...
Use 9999 for both order-first and order-last
2019-05-12 09:57:43 -04:00
Adam Wathan
0fac54f8f1
Remove select-contain due to limited browser support
2019-05-11 07:06:32 -04:00
Adam Wathan
84cf0a1ca1
Use 9999 for both order-first and order-last
2019-05-10 07:50:49 -04:00
Adam Wathan
b5355d2756
Make everything responsive by default
2019-05-08 11:51:04 -04:00
Adam Wathan
c5f00a316b
Merge pull request #885 from tailwindcss/more-user-select-utilities
...
Add remaining user select utilities
2019-04-29 08:37:43 -04:00
Adam Wathan
82456a6731
Add remaining user select utilities
2019-04-29 08:28:55 -04:00
Benoît Rouleau
ce1812a244
Add bg-repeat-round and bg-repeat-space utilities
2019-04-28 17:13:12 -04:00
Adam Wathan
5580456afa
Add responsive order utilities by default
2019-04-28 07:03:56 -04:00
Adam Wathan
a92faeefac
Fix conflicts, update tests
2019-04-27 11:37:20 -04:00
Adam Wathan
e9d8d7f45f
Fix conflicts, update tests
2019-04-27 10:42:19 -04:00
Adam Wathan
e3d5e24665
Update test fixtures
2019-04-27 10:25:34 -04:00
Adam Wathan
c93fe6cbe9
Update test fixtures
2019-04-26 16:03:48 -04:00
Adam Wathan
a7ec9c2396
Remove negativeMargin plugin, handle negative values in regular margin plugin
2019-04-23 20:04:35 -04:00
Adam Wathan
854e6b1cdd
Standardize on leading zeros
2019-04-19 12:33:15 -04:00
Adam Wathan
c98cc12d35
Remove dependency on perfectionist, implement simple formatting from scratch
2019-04-16 11:43:17 -04:00
Adam Wathan
7544c1bbd2
Drop SFMono from default mono font stack
2019-03-25 10:16:11 -07:00
Adam Wathan
6d1533e9a8
Revert #745 , always default to bolder for strong tags
2019-03-18 13:10:54 -04:00
Adam Wathan
9ace7deef2
Update tests
2019-03-18 09:59:20 -04:00
Adam Wathan
b1a8f27b0a
Merge pull request #769 from tailwindcss/make-replaced-elements-block
...
Make replaced elements block by default, preserve aspect ratio
2019-03-15 11:30:42 -04:00
Adam Wathan
426a549e50
Update shadow-outline to be based on new blue
2019-03-15 11:13:46 -04:00
Adam Wathan
0bbf942897
Make replaced elements block by default, preserve aspect ratio
2019-03-15 10:25:48 -04:00
mattstypa
6d65dfb058
Removed no-comments option from init command
2019-03-15 09:15:16 -05:00
Adam Wathan
33bfb8793f
Make inset utilities customizable
2019-03-14 12:35:37 -04:00
Adam Wathan
1940e31b12
Rename pin utilities to top/right/bottom/left/inset
2019-03-14 12:23:51 -04:00
Adam Wathan
9d9ceca5e4
Combine wrap-normal and break-normal, rename wrap-break to break-words
...
This preserves backwards compatibility with Tailwind 0.x and provides some useful normalization on top of these two funky ass properties.
2019-03-14 08:41:12 -04:00
Adam Wathan
364d87163a
Fix rebase mistake
2019-03-13 21:09:17 -04:00
Adam Wathan
aeaf5ab93c
Update colors
2019-03-13 21:07:59 -04:00
Adam Wathan
1a6193e22f
Rename grey to gray 🇺🇸
2019-03-13 21:06:46 -04:00
Adam Wathan
beb83de208
Replace 0.x colors with rough draft of 1.0 colors
...
These will 100% change, but the names are at least correct, and the colors are probably ~close. Hoping to finish fine-tuning these by the end of the week.
2019-03-13 21:06:46 -04:00
Adam Wathan
310b848bbf
Merge pull request #761 from tailwindcss/list-utilities
...
Rework list utilities
2019-03-13 20:05:09 -04:00
Adam Wathan
4be5af28ff
Unstyle lists by default
2019-03-13 19:45:23 -04:00
Adam Wathan
e13413153f
Add list-inside and list-outside utilities
2019-03-13 19:45:23 -04:00
Adam Wathan
7178c43d2c
Add list-disc and list-decimal by default
2019-03-13 19:44:35 -04:00
Adam Wathan
137159aaa9
Rename list-reset to list-none, remove padding declaration
2019-03-13 19:44:35 -04:00
Adam Wathan
ce4da4eb10
Merge pull request #760 from tailwindcss/reset-link-styles
...
Make link styling opt-in instead of opt-out
2019-03-13 19:35:44 -04:00
Adam Wathan
f4e9100799
Make link styling opt-in instead of opt-out
2019-03-13 13:26:19 -04:00
Adam Wathan
788ae98f34
Change sm screen to 640px
2019-03-13 13:04:04 -04:00
Adam Wathan
d0576d6507
Add text-6xl
2019-03-13 08:20:25 -04:00
Adam Wathan
87cf9df68e
Use configured monospace font for monospace elements
2019-03-12 21:28:27 -04:00
Adam Wathan
72697fd580
Merge pull request #750 from tailwindcss/simplify-serif-font-stack
...
Simplify default serif font stack
2019-03-12 21:07:27 -04:00
Adam Wathan
5bf8ae7874
Simplify default serif font stack
2019-03-12 20:58:53 -04:00
Adam Wathan
35a4100f15
Default to Tailwind's 'normal' line-height
2019-03-12 20:35:27 -04:00
Adam Wathan
209b71a83d
Use system font stack by default instead of sans-serif
2019-03-12 20:22:12 -04:00
Adam Wathan
be4665ec5c
Merge pull request #747 from tailwindcss/update-mono-font-stack
...
Update default monospace font stack to match Bootstrap
2019-03-12 20:10:05 -04:00
Adam Wathan
7f30791371
Merge pull request #745 from tailwindcss/use-theme-bold-for-strong
...
Use configured bold for strong tags
2019-03-12 20:01:02 -04:00
Adam Wathan
9fa075c154
Update default monospace font stack to match Bootstrap
2019-03-12 19:58:55 -04:00
Adam Wathan
dd3cba279d
Update system font stack to match latest Bootstrap
2019-03-12 19:54:10 -04:00
Adam Wathan
0d25dd274d
Use configured bold for strong tags
2019-03-12 17:19:34 -04:00