Type: Package
Package: sass
Version: 0.1.2.1
Title: Syntactically Awesome Style Sheets ('Sass')
Description: An 'SCSS' compiler, powered by the 'LibSass' library. With this,
    R developers can use variables, inheritance, and functions to generate
    dynamic style sheets. The package uses the 'Sass CSS' extension language,
    which is stable, powerful, and CSS compatible.
Authors@R: c(
    person("Joe", "Cheng", , "joe@rstudio.com", c("aut", "cre")),
    person("Timothy", "Mastny", , "tim.mastny@gmail.com", "aut"),
    person("Richard", "Iannone", , "rich@rstudio.com", "aut",
       comment = c(ORCID = "0000-0003-3925-190X")),
    person("Barret", "Schloerke", , "barret@rstudio.com", "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person(family = "RStudio", role = c("cph", "fnd")),
    person(family = "Sass Open Source Foundation", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Greter", "Marcel", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Mifsud", "Michael", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Hampton", "Catlin", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Natalie", "Weizenbaum", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Chris", "Eppstein", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Adams", "Joseph", role = c("ctb", "cph"),
           comment = "json.cpp"),
    person("Trifunovic", "Nemanja", role = c("ctb", "cph"),
           comment = "utf8.h")
    )
License: MIT + file LICENSE
URL: https://github.com/rstudio/sass
BugReports: https://github.com/rstudio/sass/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
SystemRequirements: GNU make
Imports: digest
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-08-08 15:52:57 UTC; jcheng
Author: Joe Cheng [aut, cre],
  Timothy Mastny [aut],
  Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>),
  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),
  RStudio [cph, fnd],
  Sass Open Source Foundation [ctb, cph] (LibSass library),
  Greter Marcel [ctb, cph] (LibSass library),
  Mifsud Michael [ctb, cph] (LibSass library),
  Hampton Catlin [ctb, cph] (LibSass library),
  Natalie Weizenbaum [ctb, cph] (LibSass library),
  Chris Eppstein [ctb, cph] (LibSass library),
  Adams Joseph [ctb, cph] (json.cpp),
  Trifunovic Nemanja [ctb, cph] (utf8.h)
Maintainer: Joe Cheng <joe@rstudio.com>
Repository: CRAN
Date/Publication: 2019-08-08 22:40:02 UTC
