Commit graph

10 commits

Author SHA1 Message Date
Hippo 7dbeb29bd9 Move eleventy and postcss to main dependencies
It was earlier in devDependencies, but that probably doesn't make
sense in this context. Let's just leave it here for now :P
2020-04-19 18:19:10 +05:30
Badri Sunderarajan 4194231444 @import all styles to style.css
Let's modularise our CSS and @import it all to one place!
2020-04-10 16:05:34 +05:30
Badri Sunderarajan e2597c9210 Add catch-all build command via npm-run-all 2020-04-10 15:41:09 +05:30
Badri Sunderarajan ba1301aeaf Add and set up Eleventy (11ty)
Right now this just copies over static assets; no processing done
:P
2020-04-10 15:32:57 +05:30
Badri Sunderarajan 5988923817 Add postcss-cli to devDependencies 2020-04-10 12:09:09 +05:30
Hippo 0de6ba78f3 Add cssnano and purgecss 2020-04-06 21:48:34 +05:30
Hippo ed8523ad0c Set up watch command for autocompile 2020-04-06 21:38:57 +05:30
Hippo 4da9463ac6 Fix typo: trailing comma 2020-04-06 21:36:54 +05:30
Hippo d7c642eb90 Add autoprefixer 2020-04-06 21:34:58 +05:30
Hippo 902ce1802f Initial project with Tailwind (and no media) 2020-04-06 21:34:04 +05:30