<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">css-modules/icss: Interoperable CSS — a standard for loadable, linkable CSS</cite>
( (<time>2017-02-06 00:12:40 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/css-modules/icss">https://github.com/css-modules/icss</anchor-external></figcaption><blockquote><p>Interoperable CSS (ICSS) is a superset of standard CSS, making use of two additional pseudo-selectors:</p><p>:import(&quot;path/to/dep.css&quot;) {</p><p>localAlias: keyFromDep;</p><p>/* ... */</p><p>}</p><p>:export {</p><p>exportedKey: exportedValue;</p><p>/* ... */</p><p>}</p></blockquote></figure></body></html>