1.0.2 • Published 2 years ago

nv-cli-css-group v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

nv-cli-css-group

  • nv-cli-css-group
  • cli tool, list all css-groups of MDN

install

  • npm install nv-cli-css-group -g

usage

    Usage: nv_cli_css_group [options] 
    Options:
        -d, --dict         print dict
        -l, --lists        print list
        -p, --paths        print paths
        -h, --help         usage

example

       # nv_cli_css_group -d
    {
      'CSS Charsets': null,
      'CSS Counter Styles': null,
      'CSS Conditional Rules': null,
      'CSS Fonts': null,
      'Media Queries': { 'CSS Conditional Rules': null },
      'CSS Animations': null,
      'CSS Cascading and Inheritance': null,
      'CSS Namespaces': null,
      'CSS Pages': { Selectors: { 'Pseudo-classes': null } },
      'CSS Houdini': null,
      'CSS Device Adaptation': null,
      Selectors: {
        'Basic Selectors': null,
        'Grouping Selectors': null,
        Combinators: null,
        Pseudo: null,
        'Pseudo-classes': null,
        'Pseudo-elements': null
      },
      'Mozilla Extensions': { Selectors: { 'Pseudo-elements': null } },
      'Microsoft Extensions': { Selectors: { 'Pseudo-elements': null } },
      'WebKit Extensions': {
        Selectors: { 'Pseudo-elements': null },
        'Mozilla Extensions': null
      },
      'CSS Types': {
        'CSS Shapes': null,
        'Compositing and Blending': null,
        'CSS Color': null,
        'CSS Animations': {
          'CSS Lists and Counters': { 'CSS Counter Styles': { 'CSS Will Change': null } }
        },
        'CSS Grid Layout': null,
        'CSS Images': null,
        'CSS Transitions': { 'CSS Animations': null },
        'CSS Transforms': null
      },
      'CSS Display': null,
      'Filter Effects': null,
      'CSS Variables': null,
      'CSS Grid Layout': { 'CSS Flexible Lengths': { 'CSS Units': null } },
      'CSS Overflow': { 'WebKit Extensions': null },
      'CSS Basic User Interface': null,
      'CSS Box Alignment': null,
      'CSS Miscellaneous': null,
      'CSS Speech': null,
      'CSS Transforms': null,
      'CSS Backgrounds and Borders': null,
      'Compositing and Blending': null,
      'CSS Logical Properties': null,
      'CSS Table': null,
      'CSS Positioning': null,
      'CSS Fragmentation': null,
      'CSS Box Model': null,
      'CSS Masking': null,
      'CSS Color': null,
      'CSS Columns': null,
      'CSS Containment': null,
      'CSS Generated Content': null,
      'CSS Writing Modes': null,
      'CSS Flexible Box Layout': null,
      'CSS Text': null,
      'CSS Images': null,
      'CSS Inline': null,
      'CSS Lists and Counters': null,
      MathML: null,
      'CSS Motion Path': null,
      'CSS Scroll Anchoring': null,
      'CSS Ruby': null,
      'CSS Scrollbars': null,
      'CSSOM View': null,
      'CSS Scroll Snap': null,
      'CSS Shapes': null,
      'CSS Text Decoration': null,
      'Pointer Events': null,
      'CSS Transitions': null,
      'CSS Will Change': null,
      'CSS Lengths': { 'CSS Units': null },
      'CSS Angles': { 'CSS Units': null },
      'CSS Resolutions': { 'CSS Units': null },
      'CSS Frequencies': { 'CSS Units': null },
      'CSS Times': { 'CSS Units': null }
    }

LICENSE

  • ISC