donthedeveloper / site-builder

GNU General Public License v3.0
6 stars 10 forks source link

Moved .sccs files and fixed errors. #124

Closed JPM1118 closed 5 years ago

JPM1118 commented 5 years ago

98

StyleLint Error Replication

  1. git checkout 98-remove-sass-folder

  2. Navigate to browser/src/react-redux/App/base.scss

  3. Scroll down to line 60

  4. Highlight /* stylelint-disable */, then cut.

  5. Errors:

    • In the "Problems" window, you should see Unexpected duplicate name monospace (font-family-no-duplicate-names).
    • In terminal, npm run stylelint. Should see same error as above.
  6. Paste back /* stylelint-disable */ and the error should go away.

JPM1118 commented 5 years ago

All styleLint Errors have been fixed. Should be no more need to use -n with commits going forward.