Plugin Directory

Changeset 2250240


Ignore:
Timestamp:
02/25/2020 11:11:27 PM (6 years ago)
Author:
sebaxtian
Message:

Bug, vendor not chargwd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scss-library/trunk/scss-library.php

    r2250232 r2250240  
    44Description: Adds support for SCSS stylesheets to wp_enqueue_style.
    55Author: Juan Sebastián Echeverry
    6 Version: 0.1.6
     6Version: 0.1.7
    77Text Domain: scsslib
    88
     
    2828if ( !is_readable( $autoloader ) ) return;
    2929
     30require_once('vendor/autoload.php');
     31
    3032ScssLibrary\ScssLibrary::get_instance();
    3133ScssLibrary\Settings\ScssLibrary::get_instance();
Note: See TracChangeset for help on using the changeset viewer.