-
Notifications
You must be signed in to change notification settings - Fork 17
Sass and CSS
Kei Kojima edited this page Aug 18, 2020
·
3 revisions
This wiki is written based on this article
Here is how you can install sass and use it to edit css
-
Download the Ruby installer: http://rubyinstaller.org/downloads/ — Look for the version with (x64) on it.
-
Run the Ruby installer. Set directory as C:\Users\ your_username. Make sure to add to PATH.
-
Open CMD and run this command from any directory ->
gem install sass
-
cd into
PeTaL/site/static/
folder -
Run this command ->
sass --watch sass:css
You should now be able to see styles.css update whenever a .scss file in the sass folder is changed.
-
PeTaL UI Features
-
Directory
-
PeTaL Data Features
- Bitflow
- Elastic Search
- Others include data-scrapers, image classification models, etc.