An open API service indexing awesome lists of open source software.

https://github.com/tofu-xx/style-plus

Enhance the style attribute to make CSS and HTML deeply integrated. 增强style属性,让css和html深度融合。
https://github.com/tofu-xx/style-plus

css inline-css inline-styles style

Last synced: about 1 month ago
JSON representation

Enhance the style attribute to make CSS and HTML deeply integrated. 增强style属性,让css和html深度融合。

Awesome Lists containing this project

README

          

style-plus



简体中文 | English

Enhanced style attribute, supporting [CSS nesting](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting/Using_CSS_nesting) syntax
This means that you can write CSS selectors in inline styles

## Example
```html


  • 1

  • 2

  • 3


```

## Usage
```html

```
**or**
```js
import 'https://unpkg.com/style-plus/dist/index.esm.js'
```