File: NAMESPACE

package info (click to toggle)
r-cran-sass 0.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,012 kB
  • sloc: cpp: 29,639; ansic: 962; sh: 668; makefile: 321; perl: 56
file content (38 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand

S3method(format,css)
S3method(format,sass)
S3method(format,sass_bundle)
S3method(format,sass_layer)
S3method(print,css)
S3method(print,sass)
S3method(print,sass_bundle)
S3method(print,sass_layer)
export(as_sass)
export(as_sass_layer)
export(is_sass_bundle)
export(output_template)
export(sass)
export(sass_bundle)
export(sass_bundle_remove)
export(sass_cache_context_dir)
export(sass_cache_get)
export(sass_cache_get_dir)
export(sass_cache_options)
export(sass_cache_set_dir)
export(sass_file)
export(sass_file_cache)
export(sass_import)
export(sass_layer)
export(sass_layer_merge)
export(sass_options)
export(sass_partial)
export(write_file_attachments)
importFrom(R6,R6Class)
importFrom(rlang,have_name)
importFrom(rlang,is_missing)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,missing_arg)
importFrom(rlang,names2)
useDynLib(sass, .registration = TRUE)