php - How to import bootstrap scss using scssphp? -


i trying import bootstrap.scss , compile in it. able ti import single scss file not every scss file.

http://leafo.github.io/scssphp/docs/

how can below syntax modified import scss files in bootstrap ?

    use leafo\scssphp\compiler;  $scss = new compiler(); $scss->setimportpaths('assets/stylesheets/');  // search 'assets/stylesheets/mixins.scss' echo $scss->compile('@import "mixins.scss";'); 

the syntax

$compiledcss = $scss->compile('@import "bootstrap.scss";'); 

this import other scss files automatically.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -