Remove unused Sass pipe

This commit is contained in:
swag 2023-05-20 00:34:52 -04:00
parent 347fa00f77
commit 380fca1db3

View File

@ -16,7 +16,7 @@ use PostText::Model::Moderator;
sub startup($self) { sub startup($self) {
$self->plugin('Config'); $self->plugin('Config');
$self->plugin('TagHelpers::Pagination'); $self->plugin('TagHelpers::Pagination');
$self->plugin(AssetPack => {pipes => [qw{Sass Css Combine}]}); $self->plugin(AssetPack => {pipes => [qw{Css Combine}]});
# Helpers # Helpers
$self->helper(pg => sub ($c) { $self->helper(pg => sub ($c) {