Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit f43a62c

Browse files
committed
Remove postcss-selector-matches
1 parent 45a8480 commit f43a62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var test = require("tape")
44

55
var postcss = require("postcss")
66
var plugin = require("..")
7-
var matches = require("postcss-selector-matches")
87

98
function filename(name) { return "test/" + name + ".css" }
109
function read(name) { return fs.readFileSync(name, "utf8") }

0 commit comments

Comments
 (0)