Changeset 2250240
- Timestamp:
- 02/25/2020 11:11:27 PM (6 years ago)
- File:
-
- 1 edited
-
scss-library/trunk/scss-library.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scss-library/trunk/scss-library.php
r2250232 r2250240 4 4 Description: Adds support for SCSS stylesheets to wp_enqueue_style. 5 5 Author: Juan Sebastián Echeverry 6 Version: 0.1. 66 Version: 0.1.7 7 7 Text Domain: scsslib 8 8 … … 28 28 if ( !is_readable( $autoloader ) ) return; 29 29 30 require_once('vendor/autoload.php'); 31 30 32 ScssLibrary\ScssLibrary::get_instance(); 31 33 ScssLibrary\Settings\ScssLibrary::get_instance();
Note: See TracChangeset
for help on using the changeset viewer.