Skip to content

Drupal 9+ CSS injection, to bring the Claro admin Theme from "Mobile Only" to "Also usable on desktop"

Notifications You must be signed in to change notification settings

flowconcept/clarofixes

Repository files navigation

clarofixes

Drupal 9+ CSS injection, to bring the Claro admin Theme from "Mobile Only" to "Also usable on desktop"

Installation

Add this to the composer.json of your project:

{
  // ...
  
  "repositories": {
    
    
    "clarofixes": {
      "type": "git",
      "url": "https://github.com/flowconcept/clarofixes.git"
    },
    
    "drupal": {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    // ...
  }
}

And then:

composer require flowconcept/clarofixes && drush en clarofixes 

About

Drupal 9+ CSS injection, to bring the Claro admin Theme from "Mobile Only" to "Also usable on desktop"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages