Browse Source

fixed code style

mightyplow 8 năm trước cách đây
mục cha
commit
96946c7212
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/stylesheet.js

+ 1 - 1
lib/stylesheet.js

@@ -1,4 +1,4 @@
-'use strict'
+'use strict';
 
 module.exports = {
     getRules: css => css.stylesheet.rules,