Skip to content
Snippets Groups Projects

Issue #3423389 by MegaKeegMan: Document how to contribute CSS changes

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
README.md 0 → 100644
+ 9
0
## Development
### Compile and format CSS
The styling for this module is written in SCSS, and must be compiled to CSS.
If you intend to contribute changes to the CSS, please first edit src/global/grid.scss
The CSS must also be formatted to meet Drupal coding standards. Please ensure that sassc and prettier are installed. After making changes to the scss file, to compile and format the CSS code, run:
`sassc src/global/grid.scss dist/global/grid.css && prettier --write dist/global/grid.css`
Loading