• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

deriv-com / quill-tokens / 6298939233

25 Sep 2023 11:51AM UTC coverage: 42.697% (-4.1%) from 46.818%
6298939233

Pull #7

github

mohsen-deriv
chore: added new semantic viewport tokens
Pull Request #7: update-raw-token-2023-09-25-08-12-07

21 of 71 branches covered (0.0%)

Branch coverage included in aggregate %.

35 of 35 new or added lines in 4 files covered. (100.0%)

93 of 196 relevant lines covered (47.45%)

162.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

25.0
/src/formatters/desktop-target.formatter.ts
1
import { Format, Named, formatHelpers } from 'style-dictionary';
2

3
export const desktopTargetFormatter: Named<Format> = {
1✔
4
  name: 'css/target-desktop',
5
  formatter: function ({ dictionary, options }) {
6
    const { outputReferences, viewPort = 640 } = options;
×
7
    return (
×
8
      `@media screen and (min-width: ${viewPort}px) { :root {\n` +
9
      formatHelpers.formattedVariables({
10
        format: 'css',
11
        dictionary,
12
        outputReferences,
13
      }) +
14
      '\n}}\n'
15
    );
16
  },
17
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc