aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/taxonomies.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move CSS to Webpackhellekin2021-01-231-91/+0
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* Fix category styleshellekin2021-01-221-12/+12
| | | | | | Make category style independent of database ID to prevent bad surprises between development and production. Instead we use the rank.
* Fix category colors for Dewey taxonomyhellekin2021-01-221-11/+11
| | | | Original colors are kept as comments for future reference.
* Upgrade Rails and add StimulusJS supporthellekin2021-01-221-0/+2
|
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-121-36/+43
| | | | | | | | This commit add StimulusJS interaction for the map and taxonomy, as well as styling. It provides preliminary work to hook up live data on the map from the taxonomy.
* REUSE: Add LAL-1.3 license to SCSShellekin2020-10-291-0/+82