Skip to content

Instantly share code, notes, and snippets.

@luisoos
Created October 19, 2022 17:34
Show Gist options
  • Save luisoos/f09493ed192b092ca7d3ac835f1ef707 to your computer and use it in GitHub Desktop.
Save luisoos/f09493ed192b092ca7d3ac835f1ef707 to your computer and use it in GitHub Desktop.
My Tailwind CSS Starter Functions
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
-webkit-tap-highlight-color: transparent;
}
}
@layer utilities {
.pb-safe {
padding-bottom: env(safe-area-inset-bottom);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment