3650 Commits

Author SHA1 Message Date
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
Adam Wathan
f5010f592a Update changelog 2020-11-18 15:11:25 -05:00
Adam Wathan
7db444abcc 2.0.1 v2.0.1 2020-11-18 13:16:15 -05:00
Adam Wathan
fadd4c89a0 2.0.0 v2.0.0 2020-11-18 12:09:13 -05:00
depfu[bot]
98b4405941 Update resolve to version 1.19.0 2020-11-18 00:00:59 +00:00
Adam Wathan
4ab5672b86 Summarize 2.0 changelog 2020-11-17 14:39:11 -05:00
Adam Wathan
35f82119cd 2.0.0-alpha.25 v2.0.0-alpha.25 2020-11-17 08:27:54 -05:00
Adam Wathan
f80de6a67d Update changelog 2020-11-17 08:27:49 -05:00
Adam Wathan
3de0c48bd6 Don't mix unitless values with units in the same scale
Resolves an issue where `ring-offset-0` didn't actually work because `calc(0 * 1)` fails to compute, need a unit.
2020-11-17 08:26:44 -05:00
Adam Wathan
e701c818a0 2.0.0-alpha.24 v2.0.0-alpha.24 2020-11-16 19:52:01 -05:00
Adam Wathan
ffb04c5eac Update changelog 2020-11-16 19:51:55 -05:00
Adam Wathan
e40079a457 Fix cascading shadow/ring bug, ensure default ring color 2020-11-16 19:47:45 -05:00
Adam Wathan
5e50367172 Update changelog 2020-11-16 14:16:54 -05:00