Skip to content

Commit

Permalink
♻️ Import only selector-parser from css-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed Feb 27, 2022
1 parent 6452b19 commit e55ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/calculate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import parse from 'css-tree/parser';
import parse from 'css-tree/selector-parser';
import { Specificity } from './../type/index.js';
import { highest } from './../util/index.js';

Expand Down

0 comments on commit e55ecec

Please sign in to comment.