We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css
js
style-css.blade.php
style.css
script-js.blade.php
script.js
The problem is, these files cannot accept <style> nor <script> and as a result, this formatter does not know how to handle them.
<style>
<script>
Have flags {{-- js-formatter-enable --}} and {{-- js-formatter-disable --}} that formats everything in between as JS Do the same for CSS
{{-- js-formatter-enable --}}
{{-- js-formatter-disable --}}
No response
The text was updated successfully, but these errors were encountered:
.css
.js
bilogic
No branches or pull requests
Description
style-css.blade.php
, which renders as astyle.css
script-js.blade.php
, which renders intoscript.js
The problem is, these files cannot accept
<style>
nor<script>
and as a result, this formatter does not know how to handle them.Suggested Solution
Have flags
{{-- js-formatter-enable --}}
and{{-- js-formatter-disable --}}
that formats everything in between as JSDo the same for CSS
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: