3612 Commits

Author SHA1 Message Date
depfu[bot]
1ca32b90b2 Update autoprefixer to version 10.2.4 2021-05-07 13:56:10 -04:00
depfu[bot]
183b0eb564 Update eslint to version 7.18.0 2021-05-07 13:56:10 -04:00
Robin Malfait
7ad9a548ef add version and license (#3255)
* add current version & license

* generate fixtures

* update changelog

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
2021-05-07 13:56:10 -04:00
Adam Wathan
2c81a35ad8 Update changelog 2021-05-07 13:56:09 -04:00
Kevin Lang
7a295af48c add help cursor (#3199) 2021-05-07 13:56:09 -04:00
Adam Wathan
57dfefd462 Update changelog 2021-05-07 13:56:09 -04:00
Adam Wathan
ca21b4e6b4 Set explicit opacity value on placeholder pseudo-element (#3308)
Fixes #3300.
2021-05-07 13:56:09 -04:00
Andrew Brown
049981fcc0 fix command name (#3297)
command was changed from `prepare` to `prepublishOnly` here:

bc3c8bfbc4
2021-05-07 13:56:09 -04:00
Martin Stühmer
251c8d2490 Version number corrected in substituteTailwindAtRules (#3237) 2021-05-07 13:56:09 -04:00
Illia Sakovich
7c62ecdcdd from: undefined -> from: __filename (#3356) 2021-05-07 13:56:09 -04:00
depfu[bot]
c2dcd9aa3b Update eslint-config-prettier to version 7.2.0 (#3438)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-05-07 13:56:09 -04:00
Adam Wathan
85826818b0 Update changelog 2021-05-07 13:56:09 -04:00
depfu[bot]
cc93d01306 Update postcss to version 8.2.4 2021-05-07 13:56:09 -04:00
depfu[bot]
5de2ba8771 Update fs-extra to version 9.1.0 2021-05-07 13:56:09 -04:00
depfu[bot]
ecbec11d7a Update reduce-css-calc to version 2.1.8 2021-05-07 13:56:09 -04:00
depfu[bot]
6ce167ef0c Update eslint to version 7.17.0 2021-05-07 13:56:09 -04:00
depfu[bot]
e08c9948a0 Update autoprefixer to version 10.2.1 2021-05-07 13:56:09 -04:00
depfu[bot]
23940cbd01 Update eslint-plugin-prettier to version 3.3.1 2021-05-07 13:56:09 -04:00
Andrew Brown
6af1481e93
update 'empty' position in variant order 2021-02-26 02:31:59 -06:00
Andrew
01b2ee5590 add 'empty' to variant order 2021-01-30 18:08:15 -06:00
Andrew
815d31d08d add 'empty' variant test
confirm generated output
2021-01-30 17:59:57 -06:00
Andrew
d552e20096 create new "empty" variant
this will generate classes like the following:

```css
.empty\:hidden:empty {
  display: none
}
```
2021-01-06 12:19:21 -06: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
depfu[bot]
fa4296c124 Update prettier to version 2.2.0 2020-11-27 05:02:12 +00:00
Robin Malfait
6a41c0d73e
add test to verify that apply on multiple selectors work
Fixes: #2906
2020-11-26 16:14:17 +01:00
Robin Malfait
152202916c
Allow for recursively applying user defined classes (#2832) 2020-11-26 15:05:06 +01:00
Stefan Fisk
1e0fc09e0a
Fix !important on multiple selectors #2823 (#2824)
* Add failing test for #2823

* cleanup string literals

* use prettier for toMatchCSS diffs

* make sure that importants are applied correctly

Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
2020-11-26 14:53:58 +01:00
Adam Wathan
3ea5e18c24 Add failing test for complex apply scenario
@RobinMalfait Something to look at when you have time 🤔
2020-11-19 12:41:06 -05:00
Adam Wathan
27fd1f9883 Only run coverage in CI 2020-11-19 12:41:06 -05:00
Robin Malfait
195ffe9f50
make some changes to compat mode 2020-11-19 17:02:58 +01:00