Commit graph

18 commits

Author SHA1 Message Date
36782f7a61 Bump dependencies
Closes #288
Closes #322
Closes #358
Closes #368
Closes #373
Closes #374
Closes #377
Closes #381
2021-03-22 17:38:47 +00:00
7f92da2854 Use @tailwindcss/jit 2021-03-16 01:07:54 +00:00
8e40f90807 Use Tailwind CSS aspect ratio plugin for videos 2021-03-12 08:57:37 +00:00
ac56bbc878 Add Tailwind CSS forms plugin 2021-03-11 20:59:00 +00:00
cbdb79a429 Update npm dependencies
https://tailwindcss.com/docs/upgrading-to-v2#install-tailwind-css-v2-0-and-post-css-8
2020-12-18 01:07:46 +00:00
f12da38a40 Use postcss-easy-import for easy importing 2020-12-17 01:32:43 +00:00
265b6f17ca Improve syntax highlighting 2020-12-16 23:52:30 +00:00
f0b3cc30ec Update caniuse database [ci skip] 2020-12-01 21:52:31 +00:00
b8b1766429 Update tailwindcss to 1.8
References #190
2020-09-16 01:34:26 +01:00
f7b1e41977 Update lodash 2020-08-17 18:41:44 +01:00
e4595afc81 Update elliptic 2020-08-17 18:17:27 +01:00
1b2cbc1a9b Add and use Tailwind CSS typography plugin
Replace custom markup styles with Tailwind CSS's typography/prose plugin
(https://github.com/tailwindlabs/tailwindcss-typography).
2020-08-11 00:59:40 +01:00
fe7142e1f1 Improve accessibility of the nav toggle button
Improve the accessibility for the nav toggle button by adding a border
around the button when it is focussed on.

I've added a custom Tailwind CSS variant to do this using a custom
`focus-visible` variant in tailwind.config.js, and using the
https://www.npmjs.com/package/focus-visible polyfill.
2020-07-23 13:57:41 +01:00
d343b4cdf2 Switch from Laravel Mix to Webpack Encore
- Updated npm dependencies
- Replaced `webpack.mix.js` with `webpack.config.js`
- Added `postcss.config.js`
- Removed the `src` directory and moved `css` and `js` to the root level
  of the theme
- Renamed `dist` to `build` and updated in libraries file

References #41
2020-06-10 12:06:09 +01:00
96863ca261 Install Alpine JS with npm 2020-05-23 02:25:41 +01:00
5393186141 Enable PurgeCSS via Tailwind config file
Fixes #40
2020-05-19 17:13:46 +01:00
b812176a04 Port navbar from Sculpin 2020-05-16 13:27:47 +01:00
2f730f21b5 Copy over CSS from Sculpin site
Fixes #39
2020-05-15 01:29:21 +01:00