remove commented code
This commit is contained in:
parent
ec6a523fe1
commit
0a81d5b6df
|
@ -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, []),
|
||||
|
|
Loading…
Reference in New Issue