Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 657 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 657 Bytes

scss-shiny

A Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application image

This example uses code from this CodePen repo 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"))