34 Commits

Author SHA1 Message Date
Kyle Coburn
646d469b6d Fix formatting
@benface
2018-08-21 14:24:15 -07:00
Kyle Coburn
f9dd4c654e Standardize formatting 2018-08-19 15:45:18 -07:00
Kyle Coburn
114891f3fa Remove obsoleted override rule
normalize.css 8 applies "font-family: inherit" to the same elements
2018-08-19 15:43:54 -07:00
Kyle Coburn
2f6d6eb0ad Update to normalize.css v8.0.0
Drops IE9, Android 4.3, Safari 8, iOS 8
2018-08-19 15:03:50 -07:00
Adam Wathan
1fc8a85ffd
Merge pull request #491 from tailwindcss/no-outline
Add "outline-none" and "shadow-outline" utilities
2018-06-21 03:52:00 +09:30
Jonathan Reinink
38609128c1 Remove default tabindex="-1" outline style in Preflight 2018-06-20 13:46:41 -04:00
Adam Wathan
7019ef3a8f
Merge pull request #426 from adevade/patch-1
Add height: auto; to img tag in preflight
2018-06-21 02:33:05 +09:30
Jonathan Reinink
62994fc022 Clean up tabs in preflight 2018-06-15 09:16:01 -04:00
Jonathan Reinink
9e218a2491 Add "border-collapse: collapse" table style in Preflight 2018-06-14 11:45:08 -04:00
Andréas Lundgren
6cc44e98fc
Add height: auto; to img tag in preflight 2018-03-14 00:52:44 +01:00
Adam Wathan
055e3eea78 Move CSS files to root for easier imports 2018-03-13 10:05:24 -04:00
Adam Wathan
7c88a6c474 Build separate components dist file 2018-03-13 09:44:19 -04:00
Adam Wathan
5f77aa0ec3 Implement basic plugin system 2018-03-05 09:58:35 -05:00
Adam Wathan
6493bda15b Undo border-style reset Normalize applies to images 2018-01-25 07:33:35 -05:00
Adam Wathan
39d920305b
Remove preflight SVG reset (#274) 2017-12-01 09:48:57 -05:00
Adam Wathan
be1f5b9156
[0.3] Add SVG Fill and Stroke utilities (#263) 2017-11-29 12:24:17 -05:00
Benoît Rouleau
e871ce3367
Set list default margin to 0 2017-11-27 15:56:00 -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
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
d9ac8d4ddb Default borders to currentColor instead of black
To better match browser default behavior.
2017-11-06 15:29:40 -05:00
Adam Wathan
475ad19029 Support cascading border colors and styles 2017-11-06 15:29:40 -05:00
Adam Wathan
00acae6c71 Apply default placeholder styling to textarea too 2017-11-06 12:08:55 -05: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
Jonathan Reinink
2b1a6959d3 Rename "reset" to "preflight" 2017-10-31 17:05:10 -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
9880e16821 Don't double declare font-family: inherit on buttons 2017-10-30 12:58:15 -04:00
Adam Wathan
1a22d9a810 Inherit font on all form controls, not just inputs 2017-10-21 17:42:41 -04:00
Adam Wathan
fc0e039937 Use .5 opacity default for placeholder text
.7 wasn't enough contrast vs. the input text
2017-10-15 11:46:58 -04:00
Adam Wathan
f1ad1d8a7a Add list-reset utility 2017-10-13 11:15:31 -04:00
Adam Wathan
cd41069cba Extract reset to separate file, inline SUIT CSS Base, rename @tailwind at-rules 2017-10-11 09:35:04 -04:00