Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moldach/scss-shiny
An Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application
https://github.com/moldach/scss-shiny
Last synced: 8 days ago
JSON representation
An Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application
- Host: GitHub
- URL: https://github.com/moldach/scss-shiny
- Owner: moldach
- License: mit
- Created: 2021-02-27T20:49:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T21:24:58.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:15:46.046Z (4 months ago)
- Language: SCSS
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - moldach/scss-shiny - An Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application (SCSS)
README
# scss-shiny
A Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application
![image](https://user-images.githubusercontent.com/5749465/109400237-c4971d80-7904-11eb-81ce-13887f6383cc.png)This example uses [code from this CodePen repo](https://codepen.io/amit_sheen/pen/PobQjMX) to demonstrate how to convert `Sass` `CSS` into regular `CSS`, as well as some of the errors from the process.
Files were copied into a `www/` sub-directory and then the `pingpong.scss` file was converted to `pingpong.css` via the following:
```
# Copy-Paste the output of the following command into .css file
sass(sass_file("www/pingpong.scss"))
```