-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.24 KB
/
NAMESPACE
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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(font_collection)
export(font_face)
export(font_google)
export(font_link)
export(is_font_collection)
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_file)
export(sass_layer_merge)
export(sass_options)
export(sass_options_get)
export(sass_options_set)
export(sass_partial)
export(write_file_attachments)
import(htmltools)
importFrom(R6,R6Class)
importFrom(rlang,"%||%")
importFrom(rlang,have_name)
importFrom(rlang,is_missing)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,missing_arg)
importFrom(rlang,names2)
importFrom(stats,na.omit)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
useDynLib(sass, .registration = TRUE)