SkillAgentSearch skills...

Scoper

A polyfill for scoped HTML styles elements

Install / Use

/learn @thomaspark/Scoper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Scoper

A polyfill for scoped HTML style elements.

Quick Start

Just include scoper.js on your page to start using scoped HTML style elements.

Install via npm: npm install css-scoper

How It Works

Each <style scoped> element's parent is wrapped with a span that is given a unique ID. Its rules are moved to head and all selectors prepended with their respective ID.

Scoper is only active when the page contains scoped styles and the browser doesn't support them.

Tests

Tests can be run with the command mocha test/test.js.

Related Skills

View on GitHub
GitHub Stars85
CategoryDevelopment
Updated5mo ago
Forks15

Languages

JavaScript

Security Score

97/100

Audited on Oct 21, 2025

No findings