Type: Package
Package: sass
Version: 0.1.1
Title: Syntactically Awesome Style Sheets (Sass) for R
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("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
       comment = c(ORCID = "0000-0003-3925-190X")),
    person("Timothy", "Mastny", , "tim.mastny@gmail.com", "aut"),
    person("Barret", "Schloerke", , "barret@rstudio.com", "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Joe", "Cheng", , "joe@rstudio.com", c("aut", "rev")),
    person(family = "RStudio", role = c("cph", "fnd")),
    person(family = "Sass Open Source Foundation", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Hampton", "Catlin", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Nathan", "Weizenbaum", role = c("ctb", "cph"),
           comment = "LibSass library"),
    person("Chris", "Eppstein", role = c("ctb", "cph"),
           comment = "LibSass library")
    )
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-06-09 03:38:17 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Timothy Mastny [aut],
  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),
  Joe Cheng [aut, rev],
  RStudio [cph, fnd],
  Sass Open Source Foundation [ctb, cph] (LibSass library),
  Hampton Catlin [ctb, cph] (LibSass library),
  Nathan Weizenbaum [ctb, cph] (LibSass library),
  Chris Eppstein [ctb, cph] (LibSass library)
Maintainer: Richard Iannone <rich@rstudio.com>
Repository: CRAN
Date/Publication: 2019-06-11 10:00:03 UTC
