PHPackages                             shqear/yii2-embedcss - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. shqear/yii2-embedcss

ActiveYii2-extension

shqear/yii2-embedcss
====================

Embed Css with IDE checking or intellisense.

1.0(9y ago)026BSD-3-ClausePHP

Since Jun 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/shqear93/yii2-embedcss)[ Packagist](https://packagist.org/packages/shqear/yii2-embedcss)[ RSS](/packages/shqear-yii2-embedcss/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

thanks for [mitrii/yii2-embedjs](https://github.com/mitrii/yii2-embedjs.git)

Yii2 embed Css
==============

[](#yii2-embed-css)

Embed Css with IDE checking or intellisense

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist shqear/yii2-embedcss "*"

```

or add

```
"shqear/yii2-embedcss": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```

    html { background: red; }

```

Or with 'depends' option

```
