Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53866, comment 21


Ignore:
Timestamp:
08/05/2021 08:30:36 AM (3 years ago)
Author:
netweb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53866, comment 21

    initial v1  
    1818Then run:
    1919
    20 > `./node_modules/.bin/stylelint "**/*.scss" --config=.stylelintrd.js`
     20> `./node_modules/.bin/stylelint "**/*.scss" --config=.stylelintrc.js`
    2121
    2222And you should see something like this:
     
    4242The above is for SCSS files, for CSS run:
    4343
    44 > `./node_modules/.bin/stylelint "**/*.css" --config=.stylelintrd.js`
     44> `./node_modules/.bin/stylelint "**/*.css" --config=.stylelintrc.js`