"vscode:/vscode.git/clone" did not exist on "8676c1329eb5bc246d67709b87ffe58d3d5740c2"
  • Silentoplayz's avatar
    Update tailwind.css · 97842d03
    Silentoplayz authored
    - Combined font-family declaration: Instead of repeating the font-family declaration for both `html` and `pre`, it's combined into one declaration to save space and avoid repetition.
    
    - Removed unnecessary `pre` styling: The `pre` styling for `font-family` is removed as the font-family is already defined in the `html` rule.
    
    The code is more concise and easier to read.
    97842d03
tailwind.css 380 Bytes