Adam Wathan
858b725896
[0.3] Rename parent-hover to group-hover ( #271 )
2017-12-01 08:14:58 -05:00
Adam Wathan
ad48de9500
[0.3] Escape separator string ( #270 )
2017-11-30 15:55:06 -05:00
Adam Wathan
45c1c4826f
Merge branch 'master' into 0.3
2017-11-29 18:46:08 -05:00
Adam Wathan
7d6d0af65c
Add more detail to @apply errors
2017-11-29 10:16:38 -05:00
Adam Wathan
ed550b3c5c
[0.3] Add parent-hover variant ( #251 )
...
* Add parent-hover variant
* Don't enable parent-hover on textColors module by default
* Add tests, move parent-hover declarations to separate rules
* Prettier-ignore long selector string
2017-11-28 14:44:43 -05:00
Adam Wathan
255c7b47e7
Move responsibility for appending nodes into variant generators themselves
2017-11-27 19:35:53 -05:00
Adam Wathan
831a3318de
Pass all config options to each variants generator, not just separator
2017-11-27 19:32:11 -05:00
Adam Wathan
021ce94b7d
Unwrap config in inner function
...
Unwrapping in the outer function causes it to get cached during watching.
2017-11-27 19:28:35 -05:00
Adam Wathan
0751431658
Remove useless variable
2017-11-26 14:56:39 -05:00
Adam Wathan
df8d80fbbf
Defer unwrapping config until actually evaluating the config() function
2017-11-26 14:53:30 -05:00
Adam Wathan
704396b892
Remove hoverable and focusable at-rules in favor of variants at-rule
2017-11-24 15:11:16 -05:00
Adam Wathan
a2f1cf099f
Merge pull request #241 from tailwindcss/mark-options-as-advanced
...
[0.3] Remove redundant default option fallbacks
2017-11-24 15:03:22 -05:00
Adam Wathan
798d2ccd17
Merge pull request #235 from dumconstantin/master
...
[0.3] Make a configurable separator (default ':')
2017-11-24 15:03:01 -05:00
Adam Wathan
e20f340ba5
Remove redundant default fallbacks
2017-11-24 14:15:11 -05:00
Adam Wathan
944dd00160
Move modules key out of options and up to top level
2017-11-24 12:08:43 -05:00
dumconstantin
013f845281
Make the hoverable, focusable and responsive separator (default '\:') configurable.
2017-11-24 16:26:40 +02:00
Adam Wathan
e603a22f5e
Invert conditional to guard clause
2017-11-23 15:36:20 -05:00
Adam Wathan
8171ca79ff
Rename substitutePreflight to substituteTailwindPreflight
2017-11-23 15:04:21 -05:00
Adam Wathan
1a5c09c14d
Fix style
2017-11-23 15:03:34 -05:00
Adam Wathan
62a9894a53
Rename generateUtilities to substituteTailwindUtilitiesAtRules
2017-11-23 15:02:55 -05:00
Adam Wathan
b586c6d8ed
Refactor generateUtilities to use generateModules
2017-11-23 15:01:22 -05:00
Adam Wathan
0a6c4cc5c6
Use @variants to generate variants specified in config
...
...instead of using variant generators directly.
2017-11-23 12:01:04 -05:00
Adam Wathan
5870489f38
Don't include module if explicitly disabled in config
2017-11-23 11:16:44 -05:00
Adam Wathan
89300a60db
Remove some duplication in favor of voodoo array wizardry
2017-11-23 11:16:44 -05:00
Adam Wathan
ea8915bef2
Generate responsive/hover variants based on config instead of hard-coded
2017-11-23 11:16:44 -05:00
Adam Wathan
98d5a55c47
Apply responsive and hover at the per-module level, in the main generator
2017-11-23 11:16:44 -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
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
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
6807e45e1e
Expect onError function is always provided
...
This can't really be optional.
2017-11-16 07:51:56 -05:00
Adam Wathan
e65b2df5a8
Improve error messages
2017-11-13 11:28:31 -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
Adam Wathan
3a976a60d7
Allow @tailwind screens directive inside an at-rule
2017-11-09 15:10:53 -05:00
Patrick Heller 💩
55f3f93f91
reduct code smells
2017-11-08 19:02:46 +01: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
afc41252cf
Merge branch 'master' into develop
2017-11-07 09:35:28 -05:00
Adam Wathan
8a86a3ef5e
Push config file dependency message instead of replacing messages array
2017-11-07 09:17:52 -05:00
Adam Wathan
475ad19029
Support cascading border colors and styles
2017-11-06 15:29:40 -05:00
David Hemphill
06ed308c28
change print width to 100 characters
2017-11-06 15:02:02 -05:00