CSS
-
Safari Mobile is Ignoring My CSS
Safari will upscale your text if it thinks text on your site is too small. Here's how to fix it.
-
Add Styling to Keyboard Keys with CSS
You can style keyboard input keys with the <kbd> element so it looks more like a physical keycap. Here’s the custom CSS I use on my site.
-
Compile and Minify SCSS with Gulpjs in Hugo
With GulpJS, you can automatically compile, prefix, minify, and rename your SCSS to CSS.