Skip to content

Commit

Permalink
replace var with let
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Apr 21, 2024
1 parent 491f26a commit fd5716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var valueParser = require('postcss-value-parser');
let valueParser = require('postcss-value-parser');

const PREFERS_COLOR_ONLY = /^\(\s*prefers-color-scheme\s*:\s*(dark|light)\s*\)$/
const PREFERS_COLOR = /\(\s*prefers-color-scheme\s*:\s*(dark|light)\s*\)/g
Expand Down

0 comments on commit fd5716b

Please sign in to comment.