Skip to content

Commit 8a42f27

Browse files
author
Patrick Heller 💩
committed
code style and remove comment
1 parent 5626feb commit 8a42f27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/substituteResponsiveAtRules.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export default function(config) {
3030
})
3131
)
3232

33-
if(mediaQuery.nodes.length) {
34-
// do not add media query without any rules or comments
33+
if (mediaQuery.nodes.length) {
3534
css.append(mediaQuery)
3635
}
3736
})

0 commit comments

Comments
 (0)