Compile a custom Water.css theme
masterIf you need to support legacy browsers like Internet Explorer that do not support CSS Custom Properties, you must compile your own theme from the source code.
- Clone the repository.
- Run
yarnto install dependencies. - Modify the desired variables in
src/variables-*.css. - Run
yarn buildto compile the CSS files. - Use the resulting files from the
out/directory in your project.
yarn
yarn build