tweet-image
tweet-image copied to clipboard
add calc() for all divisions and change some dependencies to devDependencies
Why do we need calc? It's already working without it.
- you are already using
calc()for some divisions (style.scssline 104 for example), but not for all. So this would be an improvement on the consistency. - using
/for division is deprecated for sass
I saw that you have these dependencies
"babel-core", "babel-preset-react":
and a .babelrc file, but I don't see them used. Are they being used?