A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tjw-lint/tjw-sasslint-rules below:

tjw-lint/tjw-sasslint-rules: The Jared Wilcurt's very aggressive Sass Linting rules for obsessives

The Jared Wilcurt's very aggressive Sass Linting rules for obsessives.

These linting rules are designed to be very strict. Much thought has been placed in every rule, and a comment has been added over each explaining what it does. The rules work on both .sass and .scss files, though if you are using these rules, you should probably be using .sass files primarily as they are stricter by default and less error proned (see pros/cons at the bottom). These rules include a strict ordering of CSS properties, detailed below.

Much care and thought has gone into every rule, and each has been documented. This rule set is by far the most comprehensive currently in existence. Take, for example, the "property sort order" detailed below:

Property Sort Order:

The order by which you sort properties matters for consistency, predictability, and compression (gzip). I have carefully analyzed the most popular approaches, found their flaws, and improved on them.

For the purposes of linting, the more properties you have documented the better.

Rule Set Amount of properties Dupes TJW 456 0 SMACSS 201 2 Concentric 170 ? Recess 161 0

(? - It is hard to denote dupes as there are competing versions of Concentric)

If you find you are using a CSS property that is not in the list, please create an issue on GitHub to report it and it will be added into the ruleset.

Cross-Platform Instructions
  1. npm install --save-dev tjw-sasslint-rules sass-lint sass-lint-auto-fix node-sass
  2. Create a file called .sass-lint.yml and set it up like so:
    options:
      config-file: node_modules/tjw-sasslint-rules/tjwsasslint.yml
    files:
      # Note: You can change the '**/*.s+(a|c)ss' to be specific to your project's Sass folder. Example: 'src/sass/**/*.s+(a|c)ss'
      include: '**/*.s+(a|c)ss'
  3. In the "scripts": section of your package.json add in these two lines:
  4. npm run sassfix - This will automatically fix anything it can in accordance with the rules.
  5. npm run sasslint - This will show you the remaining lines of code in violation of the linting rules for you to manually correct.
A Note on sass-lint-auto-fix
  1. It doesn't autofix very much, if you know of a better sass-lint auto-fixer, let me know.
  2. Keep running it until you get the same results back. Each re-run may fix additional things.
Pros/Cons of Sass vs SCSS vs CSS

Benefits of Sass over SCSS:

Benefits of SCSS over Sass:

Benefits of Sass or SCSS over CSS:

Other Info:

  1. First and foremost, contribute to the other tools that this uses:
  2. If you find any CSS properties missing from this rule-set, report it.
  3. Use .sass syntax in your code examples online.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4