Skip to content

Commit 681c541

Browse files
committed
developer notes for SASS/SCSS/CSS
1 parent 281360f commit 681c541

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

development.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,24 @@ Run the following to execute the tests:
7070
7171
$ npm test
7272
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+
.. code-block:: bash
88+
89+
$ npm run build:css
90+
7391
Releasing a new version
7492
-----------------------
7593

0 commit comments

Comments
 (0)