Nothing
# Disable sass cache
local_disable_cache()
test_that("nesting works", {
expected <- read_utf8("test-nesting-expected.css")
class(expected) <- c("css", "html", "character")
attr(expected, "html") <- TRUE
css <- sass(sass_file("test-nesting-input.scss"))
expect_equal(css, expected)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.