3619 Commits

Author SHA1 Message Date
Peter Timoshevsky
aa083269d4
Fix typo in preflight.css 2021-02-09 18:40:15 +03:00
Adam Wathan
952fa15e6e Update fixtures 2021-02-07 16:19:23 -05:00
Adam Wathan
c52d23a02d Update changelog 2021-02-07 15:36:04 -05:00
Adam Wathan
7e8b1c8fcb 2.0.3 v2.0.3 2021-02-07 15:29:01 -05:00
Adam Wathan
7eaa280895 Generate dark variants for ringOpacity by default 2021-02-07 15:26:09 -05:00
Adam Wathan
4802291162 Update changelog 2021-02-07 15:22:42 -05:00
Yehuda Neufeld
231f1d0cf2
Enable dark variants by default for opacity utilities (#2975)
* enable `dark` by default for opacity utilities

* removed `opacity`, as unneeded

* removed `ringOpacity`, as unneeded
2021-02-07 15:05:49 -05:00
Cameron Huntington
179757ee3a
alphabetize transformOrigin and transitionDuration properties (#2828) 2021-02-07 15:02:02 -05:00
Adam Wathan
f8ff081049 Update changelog 2021-02-07 14:58:36 -05:00
Dylan Vann
33dcd44dbe
Fix function colors bug (#2919) 2021-02-07 14:57:57 -05:00
Nate Moore
e86b586f4b
Adds support for tailwind.config.cjs files (#3181)
* feat: automatically init and resolve tailwind.config.cjs files

* test: add tests for default tailwind.config.cjs resolution

* fix `cjsConfigFile` constant

* Fix JSDoc type of isModule
2021-02-07 14:50:21 -05:00
depfu[bot]
b2815350a2 Update autoprefixer to version 10.2.4 2021-02-05 17:47:49 +00:00
depfu[bot]
e5bb0d3b30 Update eslint to version 7.18.0 2021-01-30 03:02:45 +00:00
Robin Malfait
46a3300372
add version and license (#3255)
* add current version & license

* generate fixtures

* update changelog

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
2021-01-29 15:03:15 -05:00
Adam Wathan
adfb49e893 Update changelog 2021-01-29 15:02:13 -05:00
Kevin Lang
82f1395997
add help cursor (#3199) 2021-01-29 15:01:05 -05:00
Adam Wathan
fd45e31f17 Update changelog 2021-01-29 14:42:11 -05:00
Adam Wathan
039186a555
Set explicit opacity value on placeholder pseudo-element (#3308)
Fixes #3300.
2021-01-29 14:41:43 -05:00
Andrew Brown
45d1c9729e
fix command name (#3297)
command was changed from `prepare` to `prepublishOnly` here:

bc3c8bfbc4
2021-01-29 14:41:00 -05:00
Martin Stühmer
e6dde197c6
Version number corrected in substituteTailwindAtRules (#3237) 2021-01-29 14:40:25 -05:00
Illia Sakovich
43afae42d1
from: undefined -> from: __filename (#3356) 2021-01-29 14:34:50 -05:00
depfu[bot]
8e857dbd78
Update eslint-config-prettier to version 7.2.0 (#3438)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-01-29 14:34:37 -05:00
Adam Wathan
bf2c857582 Update changelog 2021-01-29 14:32:35 -05:00
depfu[bot]
969fd4487e Update postcss to version 8.2.4 2021-01-26 21:17:13 +00:00
depfu[bot]
d03d031219 Update fs-extra to version 9.1.0 2021-01-26 17:48:27 +00:00
depfu[bot]
e7a36d22ac Update reduce-css-calc to version 2.1.8 2021-01-16 07:56:45 +00:00
depfu[bot]
c1684bc07a Update eslint to version 7.17.0 2021-01-15 22:18:39 +00:00
depfu[bot]
3fa7a22b00 Update autoprefixer to version 10.2.1 2021-01-13 08:03:21 +00:00
depfu[bot]
5f6f677568 Update eslint-plugin-prettier to version 3.3.1 2021-01-11 19:18:20 +00:00
depfu[bot]
46bdf401f4 Update postcss to version 8.2.2 2021-01-06 12:16:12 +00:00
depfu[bot]
b19e291f6f Update object-hash to version 2.1.1 2021-01-01 19:16:52 +00:00
Adam Wathan
0379357bca
Update config.yml 2020-12-27 16:08:01 -05:00
Adam Wathan
2d1e7cb6f0
Update config.yml 2020-12-27 16:07:27 -05:00
Adam Wathan
bfa394e2e9
Update config.yml 2020-12-27 16:05:39 -05:00
depfu[bot]
523db0395a Update eslint to version 7.16.0 2020-12-25 22:17:50 +00:00
depfu[bot]
e8f4654a8b Update all of babel7 to version 7.12.10 2020-12-22 21:33:54 +00:00
depfu[bot]
980108f6cf Update postcss to version 8.2.1 2020-12-21 22:47:40 +00:00
depfu[bot]
69690ebd1b Update @fullhuman/postcss-purgecss to version 3.1.3 2020-12-21 00:46:21 +00:00
depfu[bot]
8fd8c5ce53 Update eslint-plugin-prettier to version 3.3.0 2020-12-20 23:16:57 +00:00
depfu[bot]
64959ce87d Update prettier to version 2.2.1 2020-12-18 05:02:39 +00:00
depfu[bot]
c1d6174546 Update autoprefixer to version 10.1.0 2020-12-15 08:03:01 +00:00
Robin Malfait
f63aae7fab
2.0.2 v2.0.2 2020-12-11 15:08:26 +01:00
Robin Malfait
c0091d63a0
update changelog 2020-12-11 15:07:47 +01:00
Robin Malfait
eac11cf57d
Performance improvements + memory leak fix (#3032)
* fix memory leak

* add optional condition to hasAtRule

* use known tree to handle `@apply` when required `@tailwind` at rules exists

Otherwise we will generate the lookup tree.

* only generate the missing `@tailwind` atrules when using `@apply`

* update perf config to reflect 2.0 changes

* update changelog

* ensure lookup tree is correctly cached based on used tailwind atrules
2020-12-11 15:03:49 +01:00
depfu[bot]
f12458a61f Update eslint-plugin-prettier to version 3.2.0 2020-12-10 07:18:24 +00:00
Robin Malfait
d1ef88a61b
ring defaults (#2951)
* add ring defaults

Fixes #2911

* add tests for the ringWidth utility

+ defaults

* update changelog
2020-12-02 15:45:04 -05:00
depfu[bot]
d41ec713a6 Update @babel/core to version 7.12.9 2020-11-30 22:46:55 +00:00
depfu[bot]
ba753cf172 Update postcss to version 8.1.10 2020-11-29 00:31:17 +00:00
depfu[bot]
2d0c686f4a Update eslint to version 7.14.0 2020-11-27 23:17:34 +00:00
Robin Malfait
9c39c3efdc
update changelog 2020-11-27 15:41:15 +01:00