Adam Wathan
260ce829af
Merge pull request #242 from tailwindcss/remove-hoverable-focusable
...
[0.3] Remove hoverable and focusable at-rules in favor of variants at-rule
2017-11-24 16:50: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
76a80039a2
Merge branch 'master' into 0.3
2017-11-24 15:05:53 -05:00
Adam Wathan
65efe91911
Merge pull request #236 from tailwindcss/pin-none
...
[0.3] Add `pin-none` utility to reset positioning at higher breakpoints
2017-11-24 15:03:44 -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
e4b32c4046
Remove smoke/slate references in button examples
2017-11-24 14:24:42 -05:00
Adam Wathan
e20f340ba5
Remove redundant default fallbacks
2017-11-24 14:15:11 -05:00
Adam Wathan
fd41fd1cae
Add messaging to indicate options are considered advanced configuration
2017-11-24 14:14:20 -05:00
Adam Wathan
476b60c70b
Rename test to be more clear
2017-11-24 14:14:04 -05:00
Adam Wathan
b696cbcbf0
Merge pull request #240 from tailwindcss/move-modules-key
...
[0.3] Move `modules` key out of `options` and up to top level
2017-11-24 12:45:00 -05:00
Adam Wathan
8e40be4487
Add more useful inline documentation to modules section of config
2017-11-24 12:42:11 -05:00
Adam Wathan
5a37981b39
Add link to imaginary docs section
2017-11-24 12:40:26 -05:00
Adam Wathan
6b307cd8af
Fix style
2017-11-24 12:39:27 -05:00
Adam Wathan
d28aa3c73a
Don't try to run JS files in fixtures folder as tests
2017-11-24 12:38:53 -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
944dd00160
Move modules key out of options and up to top level
2017-11-24 12:08:43 -05:00
Adam Wathan
37f5a0a0d4
Sort pin utilities from general to specific
2017-11-24 09:56:36 -05:00
Adam Wathan
6899a4913b
Add pin-none utility, remove width/height from pin
2017-11-24 09:42:01 -05:00
dumconstantin
013f845281
Make the hoverable, focusable and responsive separator (default '\:') configurable.
2017-11-24 16:26:40 +02:00
Adam Wathan
45eff6578b
Merge pull request #233 from tailwindcss/modularize
...
Allow enabling/disabling modules and specifying variants from config file
2017-11-24 09:25:27 -05:00
Adam Wathan
5f86699bd1
Add community links to readme
2017-11-24 09:17:41 -05: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
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
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
9202ecf104
Merge user config with default config
...
Not recursively so values won't get combined, but missing keys will get
their default values which makes upgrading a non-breaking change if we
add new options.
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
9c72969b7c
Merge pull request #232 from tailwindcss/variants-rule
...
Add `@variants` at-rule for generating multiple variants
2017-11-23 11:15:02 -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
7746f64806
Merge pull request #229 from tailwindcss/badge-alert
...
Add badge alert example
2017-11-21 16:55:10 -05:00
Adam Wathan
c9a12a6624
Include more context in code sample
2017-11-21 15:56:36 -05:00
Adam Wathan
770966ca76
Add badge alert example
2017-11-21 15:54:00 -05:00
Adam Wathan
4ca1ed387e
Merge pull request #228 from darrylhein/patch-1
...
minor docs tabbing correction
2017-11-21 15:04:41 -05:00
Darryl Hein
9c0c864fdb
minor tabbing fix
2017-11-21 12:54:56 -07:00
Adam Wathan
d037a60128
Update remaining docs pages to use class table partial
2017-11-20 09:57:46 -05:00
Adam Wathan
705e048bec
Remove note about customizing sides from border radius docs
...
Not as relevant anymore now that sides/sizes are combined.
2017-11-20 09:15:46 -05:00
Adam Wathan
2659f0100c
Use class table partial for display documentation
2017-11-19 16:31:50 -05:00