Fix bug in scss.erb files related to license comments
This commit is contained in:
parent
70b4e7bf76
commit
697110394a
4 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
<% # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %>
|
||||||
@import 'common/vendor/froala_editor';
|
@import 'common/vendor/froala_editor';
|
||||||
@import 'common/vendor/quill.bubble';
|
@import 'common/vendor/quill.bubble';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
<% # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %>
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
<% # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %>
|
||||||
|
|
||||||
/* Bitter */
|
/* Bitter */
|
||||||
|
|
||||||
$condensed: '<%= asset_path('Open_Sans_Condensed') %>';
|
$condensed: '<%= asset_path('Open_Sans_Condensed') %>';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
<% # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %>
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
$path: "<%= asset_path('Streamline') %>";
|
$path: "<%= asset_path('Streamline') %>";
|
||||||
|
|
Loading…
Reference in a new issue