You can use the same approach to add your@font-facerules for any custom fonts you are using: @tailwindbase;@tailwindcomponents;@tailwindutilities;@layerbase{@font-face{font-family:Proxima Nova;font-weight:400;src:url(/fonts/proxima-nova/400-regular.woff)format("woff");}@font-face{font-fami...
There are a number of ways to do this: You can create asafelistwithin your Tailwind configuration file; you can include comments containing lists of classes alongside the code for custom blocks you’ll want to style in the block editor; you could even just create a file listing all of you...
// Naming based on tailwindcss .reveal .items-stretch { align-items: stretch; } .reveal .items-start { align-items: flex-start; } .reveal .items-center { align-items: center; } .reveal .items-end { align-items: flex-end; } .reveal .justify-between { justify-content: space-between...