Skip to content

Instantly share code, notes, and snippets.

View reillo's full-sized avatar

Ner Atillo reillo

View GitHub Profile
@alexanderbuhler
alexanderbuhler / README.md
Last active March 2, 2026 15:45
Tailwind v4 polyfill / browser compatibility configuration

This gist may be your full solution or just the starting point for making your Tailwind v4 projects backwards compatible.

What it does

  • Effectively getting browser support down to Chrome 99 (and basically everything supporting @layer)
  • Pre-compute oklab() functions
  • Pre-compute color-mix() functions (+ replace CSS vars inside them beforehand)
  • Remove advanced instructions (colorspace) from gradients
  • Provide support for nested CSS (used by dark mode or custom variants with &)
  • Transform translate, scale, rotate properties to their transform: ... notation
  • Add whitespace to var fallbacks var(--var,) > var(--var, ) to help older browsers understand
@reillo
reillo / .htaccess.example
Last active August 10, 2018 03:37
.htaccess (Magento)
############################################
## uncomment these lines for CGI mode
## make sure to specify the correct cgi php binary file name
## it might be /cgi-bin/php-cgi
# Action php5-cgi /cgi-bin/php5-cgi
# AddHandler php5-cgi .php
############################################
## GoDaddy specific options
@marcusthor
marcusthor / CertiLinks.md
Last active November 11, 2017 16:21 — forked from ecogswell/gist:3352027
Magento Certification Study Links