remove commented code

This commit is contained in:
Martin McKeaveney 2020-03-07 23:52:47 +00:00
parent ec6a523fe1
commit 0a81d5b6df
1 changed files with 0 additions and 6 deletions

View File

@ -102,12 +102,6 @@ const handle_grid = (acc, [name, value]) => {
return acc.concat([[name, value]])
}
// const handleFlex = (acc, [name, value]) => {
// if (name === "align-items" || name === "justify-content") {
// return acc.concat([name, value])
// }
// };
const object_to_css_string = [
toPairs,
reduce(handle_grid, []),