We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281360f commit 681c541Copy full SHA for 681c541
development.rst
@@ -70,6 +70,24 @@ Run the following to execute the tests:
70
71
$ npm test
72
73
+SASS/SCSS/CSS
74
+-------------
75
+
76
+You will need `npm <https://www.npmjs.com>`_ installed to compile the CSS,
77
+which is generated via `SASS/SCSS <https://sass-lang.com/>`_.
78
79
+Once ``npm`` is installed, you can install all needed dependencies by running:
80
81
+.. code-block:: bash
82
83
+ $ npm install
84
85
+Run the following to generate the CSS:
86
87
88
89
+ $ npm run build:css
90
91
Releasing a new version
92
-----------------------
93
0 commit comments