You are here

function scss_compiler_install in SCSS/Less Compiler 8

Implements hook_install().

File

./scss_compiler.install, line 39
Install, update and uninstall functions for the SCSS Compiler module.

Code

function scss_compiler_install() {

  // Set the weight to 1.
  // @see https://www.drupal.org/project/scss_compiler/issues/3183083.
  module_set_weight('scss_compiler', 1);
}