Skip to content

Bagaimana Cara Menampilkan Asset File CSS dan JS dalam Bentuk Inline CSS/JS? #182

Discussion options

You must be logged in to vote
<?php

$script = <<<JS

/* Kode JavaScript di sini… */

JS;

$style = <<<CSS

/* Kode CSS di sini… */

CSS;

Asset::script($script, 10);

Asset::style($style, 10);

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@taufik-nurrohman
Comment options

@yuliakbard
Comment options

@taufik-nurrohman
Comment options

@yuliakbard
Comment options

@taufik-nurrohman
Comment options

Answer selected by taufik-nurrohman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants