Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/amplience/dc-extensions-styleguide
- Owner: amplience
- License: other
- Created: 2019-11-22T15:34:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T12:13:34.000Z (about 1 year ago)
- Last Synced: 2024-07-13T14:35:09.717Z (4 months ago)
- Language: CSS
- Size: 2.74 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```
```