Yii2 code example using less instead of CSS

Source: Internet
Author: User
This article mainly introduces the YII2 simple use less instead of CSS example, small series feel very good, now share to everyone, also give you a reference. Let's take a look at it with a little knitting.

Adding componentsphp composer.phar require --prefer-dist singrana/yii2-less "*"

Modify config file ' main.php '

' Components ' = [' Assetmanager ' + ['  converter ' = ' = '        class ' and ' = ' \singrana\assets\ Converter::classname (),],],  

In the AppAsset

Class Appasset extends assetbundle{public  $basePath = ' @webroot ';  Public $baseUrl = ' @web ';  Public $css = [    ' css/site.less ',//*.less replaces the *.CSS and uses the. less suffix in the CSS directory, and ignores. css files in the repository  ];  Public $JS = [  ];  Public $depends = [    ' Yii\web\yiiasset ',    ' Yii\bootstrap\bootstrapasset ',  ];}

So you can write the style with less.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.