Skip to content

Commit c3c1aa4

Browse files
committed
remove mixins
1 parent b6fe1ed commit c3c1aa4

File tree

3 files changed

+1
-147
lines changed

3 files changed

+1
-147
lines changed

lib/clark-plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ module.exports = class ClarkPlugin extends Plugin {
1616

1717
config(environment, baseConfig) {
1818
const before = [
19-
// https://github.com/postcss/postcss-mixins
20-
// Use @define-mixin and @mixin rules
21-
require('postcss-mixins'),
22-
2319
// https://github.com/jonathantneal/postcss-pseudo-class-enter
2420
// Use :enter, which is equal to :hover and :focus combined
2521
require('postcss-pseudo-class-enter'),

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"postcss-custom-selectors": "^5.1.2",
2626
"postcss-easing-gradients": "^3.0.1",
2727
"postcss-hexrgba": "^1.0.2",
28-
"postcss-mixins": "^6.2.2",
2928
"postcss-nested": "^4.1.2",
3029
"postcss-nested-ancestors": "^2.0.0",
3130
"postcss-nested-props": "^2.0.0",

yarn.lock

Lines changed: 1 addition & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -778,19 +778,6 @@
778778
dependencies:
779779
"@glimmer/di" "^0.2.0"
780780

781-
"@mrmlnc/readdir-enhanced@^2.2.1":
782-
version "2.2.1"
783-
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
784-
integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==
785-
dependencies:
786-
call-me-maybe "^1.0.1"
787-
glob-to-regexp "^0.3.0"
788-
789-
"@nodelib/fs.stat@^1.1.2":
790-
version "1.1.3"
791-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
792-
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
793-
794781
"@sindresorhus/is@^0.7.0":
795782
version "0.7.0"
796783
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
@@ -979,18 +966,6 @@ array-to-sentence@^1.1.0:
979966
resolved "https://registry.yarnpkg.com/array-to-sentence/-/array-to-sentence-1.1.0.tgz#c804956dafa53232495b205a9452753a258d39fc"
980967
integrity sha1-yASVba+lMjJJWyBalFJ1OiWNOfw=
981968

982-
array-union@^1.0.1:
983-
version "1.0.2"
984-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
985-
integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
986-
dependencies:
987-
array-uniq "^1.0.1"
988-
989-
array-uniq@^1.0.1:
990-
version "1.0.3"
991-
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
992-
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
993-
994969
array-unique@^0.3.2:
995970
version "0.3.2"
996971
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1001,11 +976,6 @@ arraybuffer.slice@~0.0.7:
1001976
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
1002977
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
1003978

1004-
arrify@^1.0.1:
1005-
version "1.0.1"
1006-
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
1007-
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
1008-
1009979
assign-symbols@^1.0.0:
1010980
version "1.0.0"
1011981
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
@@ -2391,11 +2361,6 @@ calculate-cache-key-for-tree@^2.0.0:
23912361
dependencies:
23922362
json-stable-stringify "^1.0.1"
23932363

2394-
call-me-maybe@^1.0.1:
2395-
version "1.0.1"
2396-
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
2397-
integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
2398-
23992364
callsite@1.0.0:
24002365
version "1.0.0"
24012366
resolved "https://registry.yarnpkg.com/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20"
@@ -2406,11 +2371,6 @@ callsites@^3.0.0:
24062371
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
24072372
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
24082373

2409-
camelcase-css@^2.0.1:
2410-
version "2.0.1"
2411-
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
2412-
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
2413-
24142374
can-symlink@^1.0.0:
24152375
version "1.0.0"
24162376
resolved "https://registry.yarnpkg.com/can-symlink/-/can-symlink-1.0.0.tgz#97b607d8a84bb6c6e228b902d864ecb594b9d219"
@@ -3060,14 +3020,6 @@ diff@^4.0.1:
30603020
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
30613021
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
30623022

3063-
dir-glob@2.0.0:
3064-
version "2.0.0"
3065-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
3066-
integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
3067-
dependencies:
3068-
arrify "^1.0.1"
3069-
path-type "^3.0.0"
3070-
30713023
doctrine@1.5.0:
30723024
version "1.5.0"
30733025
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -4077,18 +4029,6 @@ fast-diff@^1.1.2:
40774029
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
40784030
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
40794031

4080-
fast-glob@^2.0.2:
4081-
version "2.2.7"
4082-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d"
4083-
integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
4084-
dependencies:
4085-
"@mrmlnc/readdir-enhanced" "^2.2.1"
4086-
"@nodelib/fs.stat" "^1.1.2"
4087-
glob-parent "^3.1.0"
4088-
is-glob "^4.0.0"
4089-
merge2 "^1.2.3"
4090-
micromatch "^3.1.10"
4091-
40924032
fast-json-stable-stringify@^2.0.0:
40934033
version "2.0.0"
40944034
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -4482,26 +4422,13 @@ git-write-pkt-line@0.1.0:
44824422
bops "0.0.3"
44834423
through "~2.2.7"
44844424

4485-
glob-parent@^3.1.0:
4486-
version "3.1.0"
4487-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
4488-
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
4489-
dependencies:
4490-
is-glob "^3.1.0"
4491-
path-dirname "^1.0.0"
4492-
44934425
glob-parent@^5.0.0:
44944426
version "5.0.0"
44954427
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
44964428
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
44974429
dependencies:
44984430
is-glob "^4.0.1"
44994431

4500-
glob-to-regexp@^0.3.0:
4501-
version "0.3.0"
4502-
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
4503-
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
4504-
45054432
glob@^5.0.10:
45064433
version "5.0.15"
45074434
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -4555,19 +4482,6 @@ globals@^9.18.0:
45554482
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
45564483
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
45574484

4558-
globby@^8.0.1:
4559-
version "8.0.2"
4560-
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
4561-
integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
4562-
dependencies:
4563-
array-union "^1.0.1"
4564-
dir-glob "2.0.0"
4565-
fast-glob "^2.0.2"
4566-
glob "^7.1.2"
4567-
ignore "^3.3.5"
4568-
pify "^3.0.0"
4569-
slash "^1.0.0"
4570-
45714485
got@^6.7.1:
45724486
version "6.7.1"
45734487
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
@@ -4853,11 +4767,6 @@ icss-replace-symbols@^1.0.2, icss-replace-symbols@^1.1.0:
48534767
resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
48544768
integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=
48554769

4856-
ignore@^3.3.5:
4857-
version "3.3.10"
4858-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
4859-
integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
4860-
48614770
ignore@^4.0.6:
48624771
version "4.0.6"
48634772
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
@@ -5787,17 +5696,12 @@ merge-trees@^2.0.0:
57875696
fs-updater "^1.0.4"
57885697
heimdalljs "^0.2.5"
57895698

5790-
merge2@^1.2.3:
5791-
version "1.2.3"
5792-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
5793-
integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==
5794-
57955699
methods@~1.1.2:
57965700
version "1.1.2"
57975701
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
57985702
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
57995703

5800-
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
5704+
micromatch@^3.0.4, micromatch@^3.1.4:
58015705
version "3.1.10"
58025706
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
58035707
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
@@ -6354,11 +6258,6 @@ pascalcase@^0.1.1:
63546258
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
63556259
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
63566260

6357-
path-dirname@^1.0.0:
6358-
version "1.0.2"
6359-
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
6360-
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
6361-
63626261
path-exists@^3.0.0:
63636262
version "3.0.0"
63646263
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -6408,13 +6307,6 @@ path-type@^2.0.0:
64086307
dependencies:
64096308
pify "^2.0.0"
64106309

6411-
path-type@^3.0.0:
6412-
version "3.0.0"
6413-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
6414-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
6415-
dependencies:
6416-
pify "^3.0.0"
6417-
64186310
pify@^2.0.0:
64196311
version "2.3.0"
64206312
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -6658,14 +6550,6 @@ postcss-initial@^3.0.0:
66586550
lodash.template "^4.5.0"
66596551
postcss "^7.0.2"
66606552

6661-
postcss-js@^2.0.2:
6662-
version "2.0.2"
6663-
resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-2.0.2.tgz#a5e75d3fb9d85b28e1d2bd57956c115665ea8542"
6664-
integrity sha512-HxXLw1lrczsbVXxyC+t/VIfje9ZeZhkkXE8KpFa3MEKfp2FyHDv29JShYY9eLhYrhLyWWHNIuwkktTfLXu2otw==
6665-
dependencies:
6666-
camelcase-css "^2.0.1"
6667-
postcss "^7.0.17"
6668-
66696553
postcss-lab-function@^2.0.1:
66706554
version "2.0.1"
66716555
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e"
@@ -6694,17 +6578,6 @@ postcss-message-helpers@^2.0.0:
66946578
resolved "https://registry.yarnpkg.com/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz#a4f2f4fab6e4fe002f0aed000478cdf52f9ba60e"
66956579
integrity sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=
66966580

6697-
postcss-mixins@^6.2.2:
6698-
version "6.2.2"
6699-
resolved "https://registry.yarnpkg.com/postcss-mixins/-/postcss-mixins-6.2.2.tgz#3acea63271e2c75db62fb80bc1c29e1a609a4742"
6700-
integrity sha512-QqEZamiAMguYR6d2h73XXEHZgkxs03PlbU0PqgqtdCnbRlMLFNQgsfL/Td0rjIe2SwpLXOQyB9uoiLWa4GR7tg==
6701-
dependencies:
6702-
globby "^8.0.1"
6703-
postcss "^7.0.17"
6704-
postcss-js "^2.0.2"
6705-
postcss-simple-vars "^5.0.2"
6706-
sugarss "^2.0.0"
6707-
67086581
postcss-modules-extract-imports@^1.2.0:
67096582
version "1.2.1"
67106583
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a"
@@ -6975,13 +6848,6 @@ postcss-short@^5.0.0:
69756848
postcss-short-size "^4.0.0"
69766849
postcss-short-spacing "^4.0.0"
69776850

6978-
postcss-simple-vars@^5.0.2:
6979-
version "5.0.2"
6980-
resolved "https://registry.yarnpkg.com/postcss-simple-vars/-/postcss-simple-vars-5.0.2.tgz#e2f81b3d0847ddd4169816b6d141b91d51e6e22e"
6981-
integrity sha512-xWIufxBoINJv6JiLb7jl5oElgp+6puJwvT5zZHliUSydoLz4DADRB3NDDsYgfKVwojn4TDLiseoC65MuS8oGGg==
6982-
dependencies:
6983-
postcss "^7.0.14"
6984-
69856851
postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1:
69866852
version "3.3.1"
69876853
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
@@ -8051,13 +7917,6 @@ styled_string@0.0.1:
80517917
resolved "https://registry.yarnpkg.com/styled_string/-/styled_string-0.0.1.tgz#d22782bd81295459bc4f1df18c4bad8e94dd124a"
80527918
integrity sha1-0ieCvYEpVFm8Tx3xjEutjpTdEko=
80537919

8054-
sugarss@^2.0.0:
8055-
version "2.0.0"
8056-
resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d"
8057-
integrity sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==
8058-
dependencies:
8059-
postcss "^7.0.2"
8060-
80617920
sum-up@^1.0.1:
80627921
version "1.0.3"
80637922
resolved "https://registry.yarnpkg.com/sum-up/-/sum-up-1.0.3.tgz#1c661f667057f63bcb7875aa1438bc162525156e"

0 commit comments

Comments
 (0)