Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amplience/dc-extensions-styleguide

https://amplience.github.io/dc-extensions-styleguide/
https://github.com/amplience/dc-extensions-styleguide

Last synced: 3 months ago
JSON representation

https://amplience.github.io/dc-extensions-styleguide/

Awesome Lists containing this project

README

        

# Dynamic Content Extensions Styleguide

### Dev mode:

```bash
$ npm start
```

### To Build the project

```
$ npm run build
```

### Example documentaion

Create a css file in /styles/ gulp will process format and allow for importing in .md with `/css/.css`

```
---
name: Layout
category: Varibles
---

Text about the item

```button.html

I'm a section

```
```button:/css/button.css
```
```