Adam Wathan
6b307cd8af
Fix style
2017-11-24 12:39:27 -05:00
Adam Wathan
fc19bc2e89
Add test to make sure custom config is actually used
2017-11-24 12:34:21 -05:00
Adam Wathan
f84507457f
Extract mergeConfigWithDefaults for easier testability
2017-11-24 12:34:09 -05:00
Adam Wathan
1a5c09c14d
Fix style
2017-11-23 15:03:34 -05:00
Adam Wathan
936a4eeefd
Extract function for generating modules
...
Fully parameterized, makes it easy to test module options behavior
without testing against the entire default module list.
2017-11-23 15:00:52 -05:00
Adam Wathan
d1828c9dd9
Rename generators to match planned module names
2017-11-23 11:16:44 -05:00
Adam Wathan
28f73f2bf5
Add support for including responsive in variants list
2017-11-23 09:58:42 -05:00
Adam Wathan
ebb8633809
Fix tests and style
2017-11-23 09:58:25 -05:00
Adam Wathan
12dd81b906
Working on @variants at-rule
...
Currently supports focus and hover, need to add responsive which will be a whole horrible can of worms.
2017-11-22 18:44:30 -05:00
Adam Wathan
0dbc2200d5
Generate hover variants as separate rules
2017-11-22 15:54:25 -05:00
Adam Wathan
37b06c8dc9
Generate focus variants as separate declarations
2017-11-22 15:52:32 -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
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
ddfa8de684
Sort border width utilities from most general to most specific
2017-11-17 08:54:43 -05:00
Adam Wathan
985fa90ad1
Reorder rounded utilities from most general to most specific
2017-11-16 16:15:18 -05:00
Adam Wathan
9c6e829438
Define spacing utilities from most general to most specific
2017-11-16 13:14:39 -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
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
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
d3817c7071
Tweak order of border radius corner utilities
2017-11-13 16:52:58 -05:00
Adam Wathan
5ef221cb64
Reintroduce radius-{side} utilities
2017-11-13 14:56:11 -05:00
Adam Wathan
924986f7ec
Switch rounded to radius, target corners instead of sides
2017-11-13 12:13:00 -05:00
Adam Wathan
d1deaba4c5
Combine sides and sizes for rounded utilities, like we do with border width
2017-11-11 13:27:15 -05:00
Adam Wathan
f67665ff98
Merge master, fix conflicts
2017-11-11 10:42:51 -05:00
Adam Wathan
891271ff9d
Add "prefix" and "important" options to config
2017-11-11 08:12:27 -05:00
Adam Wathan
c4305d0c07
Don't allow @applying classes that ever appear inside of an at-rule
...
This is too complex to easily support; better to explicitly error for
now vs. the current behavior which is just silently doing something
other than you probably expect.
2017-11-10 12:18:20 -05:00
Adam Wathan
fd95c5d90f
Fix conflicts
2017-11-10 09:41:52 -05:00
Danilo Alonso
bc31d9765f
add border solid
2017-11-09 18:04:23 -05:00
Adam Wathan
efc04881a3
Merge branch 'fix-issue-18' of https://github.com/psren/tailwindcss into psren-fix-issue-18
2017-11-09 14:18:56 -05:00
Adam Wathan
8eda042543
Add cursor-default utility
2017-11-09 09:58:30 -05:00
Patrick Heller 💩
ed71ee438d
fix code style issues
2017-11-08 18:48:48 +01:00
Patrick Heller 💩
498c53c582
Merge remote-tracking branch 'remotes/upstream/master' into fix-issue-18
...
# Conflicts:
# __tests__/sanity.test.js
# src/lib/substituteResponsiveAtRules.js
2017-11-08 18:46:47 +01:00
Patrick Heller 💩
44c0035dfa
rename screen-utilities to screens
2017-11-08 18:30:59 +01:00
Adam Wathan
6eccfc15d4
Merge pull request #116 from tailwindcss/border-defaults
...
[0.2] Support cascading border colors and styles
2017-11-06 15:38:31 -05:00
Jonathan Reinink
8dfe5189fa
Simplify margin auto utilities
2017-11-06 15:32:51 -05:00
Adam Wathan
475ad19029
Support cascading border colors and styles
2017-11-06 15:29:40 -05:00
Adam Wathan
bab36e0559
Fix ESLint issues
2017-11-06 15:08:21 -05:00
David Hemphill
06ed308c28
change print width to 100 characters
2017-11-06 15:02:02 -05:00
David Hemphill
79a2bb39e5
Reformat files
2017-11-06 15:02:02 -05:00
David Hemphill
9dbf5881cd
fix eslint issues
2017-11-06 15:00:55 -05:00
David Hemphill
ec607968cf
Add ESLinting and Prettier formatting and run an initial format on the codebase
2017-11-06 15:00:00 -05:00
Adam Wathan
00acae6c71
Apply default placeholder styling to textarea too
2017-11-06 12:08:55 -05:00