index.js — tailwindcss Source File
Architecture documentation for index.js, a javascript file in the tailwindcss codebase.
Entity Profile
Relationship Graph
Source Code
module.exports = function ({ addVariant }) {
addVariant('inverted', '@media (inverted-colors: inverted)')
addVariant('hocus', ['&:focus', '&:hover'])
}
Domain
Subdomains
Functions
Source
Frequently Asked Questions
What does index.js do?
index.js is a source file in the tailwindcss codebase, written in javascript. It belongs to the OxideEngine domain, PreProcessors subdomain.
What functions are defined in index.js?
index.js defines 1 function(s): module.
Where is index.js in the architecture?
index.js is located at packages/internal-example-plugin/index.js (domain: OxideEngine, subdomain: PreProcessors, directory: packages/internal-example-plugin).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free