Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant authored Sep 23, 2024
1 parent bb8450b commit c944928
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,3 @@ to jQuery version incompatibilities.
See this [Change Record](https://www.drupal.org/node/1569578) for more details.

Drupal 10+ has removed Internet Explorer support all together. See this [Change Record](https://www.drupal.org/node/3199540) for more details.

# Contribution

CSS changes need to be made with SASS through `sass` node package.

Ensure that you have `npm` installed.
```
https://nodejs.org/en/download
```

Install the node packages with this command:
```
npm install
```

You can build your CSS changes with this command:
```
npm run build:css
```

OR

You can watch changes to your SASS files with this command:
```
npm run watch:css
```

0 comments on commit c944928

Please sign in to comment.