July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's add our own rules, as follows:
Inside of ./Client, create a new file, called .stylelintrc.
{ "extends": ["stylelint-config-standard"], "rules": { "font-family-name-quotes": "always-where-recommended", "function-url-quotes": [ "always", { "except": ["empty"] } ], "selector-attribute-quotes": "always", "string-quotes": "double", "max-nesting-depth": 3, "selector-max-compound-selectors": 3, "selector-max-specificity": "0,3,2", "declaration-no-important": true, "at-rule-no-vendor-prefix": true, "media-feature-name-no-vendor-prefix": true, "property-no-vendor-prefix": true, "selector-no-vendor-prefix": true, "value-no-vendor-prefix": true, ...Read now
Unlock full access