PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
During a PostCSS build, the package scans common project asset directories and executes base64 content hidden in SVG comments. This is arbitrary code execution controlled by project files.
Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
dist/index.jsView on unpkg · L1Runtime plugin recursively scans project asset directories for SVGs.
dist/index.jsView on unpkg · L10It extracts base64 from SVG HTML comments and executes it with an async Function constructor.
dist/index.jsView on unpkg · L10The scan-and-execute helper is invoked during the PostCSS plugin Once hook.
dist/index.jsView on unpkg · L10Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
dist/index.jsView on unpkg · L1Runtime plugin recursively scans project asset directories for SVGs.
dist/index.jsView on unpkg · L10It extracts base64 from SVG HTML comments and executes it with an async Function constructor.
dist/index.jsView on unpkg · L10The scan-and-execute helper is invoked during the PostCSS plugin Once hook.
dist/index.jsView on unpkg · L10