Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/example-css


https://github.com/jakeburden/example-css

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## quick usage

#### install
```
npm install @jekrb/example-css
```

#### html

```html


wow


coool



```

#### scss

```css
@import '@jekrb/example-css/example'
```

#### build

```bash
node-sass --include-path ./node_modules scss/app.scss public_html/dist/app.css
```