Skip to content

Commit

Permalink
add scss parsing to the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Sep 27, 2024
1 parent ce63c41 commit 90a7f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ResourceLoader/ResourceLoaderArticlesModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ static function () use ( $contents, $fileName ) {
* @return array
*/
public function getStyles( ResourceLoaderContext $context ) {
$styles = [ 'all' => [ '' ] ];
$less = '';
$scss = '';
foreach ( $this->getPages( $context ) as $titleText => $options ) {
Expand Down

0 comments on commit 90a7f69

Please sign in to comment.