You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Front-end stack, CLI, and cross-utility library for design systems. Created by NYC Opportunity for <ahref="https://nycopatterns.cityofnewyork.us">NYCO Patterns</a>, <ahref="https://accesspatterns.cityofnewyork.us">ACCESS NYC Patterns</a>, and Growing Up/Generation NYC Patterns.</p>
18
18
<ul>
19
19
<li>📦 Creates and organizes pattern source code using a <ahref="#design-system-methodology">design system methodology</a>.</li>
20
-
<li>⚪ Manages <ahref="#design-tokens">Design Tokens</a> through JavaScript configuration and shares them with Sass files.</li>
20
+
<li>⚫ Manages <ahref="#design-tokens">Design Tokens</a> through JavaScript configuration and shares them with Sass files.</li>
21
21
<li>💅 Compiles <ahref="https://sass-lang.com/">Sass</a> using <ahref="https://github.com/sass/node-sass">node-sass</a> and <ahref="https://postcss.org/">PostCSS</a>.</li>
22
22
<li>🗞 Bundles JavaScript ES using <ahref="https://rollupjs.org/guide/en/">rollup.js</a>.</li>
23
23
<li>🗜️ SVG icon optimizer and sprite generator using <ahref="https://github.com/svg/svgo">svgo</a> and <ahref="https://github.com/svgstore/svgstore-cli">svgstore-cli</a>.</li>
Copy file name to clipboardExpand all lines: dist/toggle.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
<body>
13
13
<mainclass="container mx-auto">
14
-
<h1>1.0.0-8</h1>
14
+
<h1>1.0.0-9</h1>
15
15
<h2>Toggle</h2>
16
16
<h1id="toggle">Toggle</h1>
17
17
<p>The Toggle utility uses JavaScript to expand and collapse elements based on user interaction. This will toggle dynamic aria attributes as well as dynamic classes on both the toggling element and target of the toggle. The class “hidden” will be toggled on the target element and the class “active” will be toggled on the toggling element and target element. The target is selected using the static <code>aria-controls</code> attribute by its <code>id</code>.</p>
0 commit comments