Skip to content

Commit 9262d42

Browse files
Christian Howeyoshuawuyts
authored andcommitted
Use strict mode to allow block scoping (#13)
1 parent e3e8315 commit 9262d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const postcss = require('postcss')
24
const Selector = require('postcss-selector-parser')
35

0 commit comments

Comments
 (0)