GetDKAN / data-catalog-frontend

9 stars 3 forks source link

Pull color variables from a custom drupal theme #43

Closed janette closed 4 years ago

janette commented 4 years ago
  1. Hook into Drupal core use of the color module: https://medium.codekoalas.com/integrating-the-color-module-into-your-drupal-8-theme-5e9b32db690d
  2. Generate a stylesheet from that config if it exists, otherwise use the default color scheme.
dgading commented 4 years ago

Recreated on React App here: https://github.com/GetDKAN/data-catalog-react/issues/21