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

Commit

Permalink
Remove postcss-selector-matches
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Jun 1, 2015
1 parent 45a8480 commit f43a62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var test = require("tape")

var postcss = require("postcss")
var plugin = require("..")
var matches = require("postcss-selector-matches")

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

0 comments on commit f43a62c

Please sign in to comment.