Skip to content

Commit 7c3f6b6

Browse files
committed
Add 'use strict' for Node 4 compatibility
1 parent f494e3d commit 7c3f6b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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
// external tooling
24
const postcss = require('postcss');
35
const transform = require('postcss-nesting/lib/transform');

0 commit comments

Comments
 (0)