Skip to content

Commit

Permalink
Create 36-multicol.js
Browse files Browse the repository at this point in the history
Rel #36
  • Loading branch information
LeaVerou committed Sep 7, 2020
1 parent e23c4e6 commit 6c937bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/36-multicol.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let props = countProperties(ast.stylesheet.rules, {propeties: /^column[s-]/});
let usesMulticol = Object.keys(props).length > 0;

0 comments on commit 6c937bb

Please sign in to comment.