Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/example-css
https://github.com/jakeburden/example-css
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/example-css
- Owner: jakeburden
- Created: 2016-09-23T00:04:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T15:43:22.000Z (over 8 years ago)
- Last Synced: 2024-12-22T08:46:26.487Z (19 days ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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
```