Component: accordion
| Icon | Line links | Required |
|---|---|---|
spectrum-css-icon-Chevron100 |
#16 #27 #36 #45 | Yes |
Component: actionbar
| Icon | Line links | Required |
|---|
| Arguments: | |
| /Users/garthdb/.asdf/installs/nodejs/14.19.3/bin/node /Users/garthdb/.yarn/bin/yarn.js --frozen-lockfile | |
| PATH: | |
| /Users/garthdb/.asdf/plugins/nodejs/shims:/Users/garthdb/.asdf/installs/nodejs/14.19.3/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/garthdb/.yarn/bin:/Users/garthdb/.config/yarn/global/node_modules/.bin:/Users/garthdb/.asdf/shims:/usr/local/Cellar/asdf/0.10.2/libexec/bin:./bin:/usr/local/bin:/usr/local/sbin:/Users/garthdb/.dotfiles/bin:/Users/garthdb/.rbenv/shims:/usr/local/git/bin:/Applications/Postgres93.app/Contents/MacOS/bin:/Users/garthdb/Code/go/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/garthdb/.rvm/bin:/Users/garthdb/.rvm/bin | |
| Yarn version: | |
| 1.22.19 | |
| Node version: |
| ~/Spectrum/spectrum-css vrt-reference 6m 42s | |
| β― npm run backstop:docker:test | |
| > [email protected] backstop:docker:test /Users/garthdb/Spectrum/spectrum-css | |
| > backstop test --docker --config=backstop_data/backstop_test.js --env=local | |
| BackstopJS v5.0.4 | |
| Loading config: /Users/garthdb/Spectrum/spectrum-css/backstop_data/backstop_test.js | |
| COMMAND | Executing core for "test" |
| const path = require('path'); | |
| const fs = require('fs'); | |
| const yaml = require('js-yaml'); | |
| const order = [ | |
| 'id', | |
| 'name', | |
| 'dnaStatus', | |
| 'status', | |
| 'ignoreDNA', |
| # Run npm install --dev [email protected] to resolve 3 vulnerabilities | |
| SEMVER WARNING: Recommended action is a potentially breaking change | |
| βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| β High β Regular Expression Denial of Service β | |
| βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ | |
| β Package β minimatch β | |
| βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ | |
| β Dependency of β mocha [dev] β | |
| βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ | |
| β Path β mocha > glob > minimatch β |
| import test from 'ava'; | |
| class Basic { | |
| constructor(str) { | |
| this.str = str; | |
| } | |
| } | |
| test('should match object and typed object', t => { | |
| const basic = new Basic('tada'); |
| all: | |
| - regex: "((?:\w|-)*)":\s?\S*\n? | |
| replace: "$1 " | |
| description: list of npm dependencies from package json into npm install command |
| .filters { | |
| background: #2c3e50; | |
| height: 80px; | |
| box-sizing: border-box; | |
| color: #ecf0f1; | |
| box-shadow: 0 0 2px 1px rgba(0,0,0,0.2); | |
| padding: 32px 35px 0; | |
| width: calc(100% + 20px); | |
| font-weight: 700; | |
| border: 0; |
When styling an app it is best if we start with semantic, uncluttered markup.
This isn't just an idealistic approach, it has real tangible benefits: