Skip to content

stereobooster/stereobooster.com

 
 

Repository files navigation

My personal blog

Netlify Status

TODO

congo TODO

module.exports = {
  theme: {
    extend: {
      typography: {
        quoteless: {
          css: {
            'blockquote p:first-of-type::before': { content: 'none'},
            'blockquote p:first-of-type::after': { content: 'none' },
          },
        },
      },
    },
  },
  variants: {},
  plugins: [require('@tailwindcss/typography')],
}

License

Content is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0.

Code is licensed under MIT.

About

My personal blog

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 49.9%
  • CSS 39.1%
  • JavaScript 11.0%