-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
86 lines (86 loc) · 2.03 KB
/
DESCRIPTION
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: cascadess
Type: Package
Title: A Style Pronoun for 'htmltools' Tags
Version: 0.2.0.9000
Authors@R: c(
person("Nathan", "Teetor", email = "[email protected]",
role = c("aut", "cre", "cph")),
person(family = "The Bootstrap Authors", comment = "Bootstrap library",
role = "cph"),
person(family = "Twitter, Inc", comment = "Bootstrap library",
role = "cph"))
Description: Apply styles to tag elements directly and with the .style
pronoun. Using the pronoun, styles are created within the context of a tag
element. Change borders, backgrounds, text, margins, layouts, and more.
License: MIT + file LICENSE
URL: https://nteetor.github.io/cascadess/, https://github.com/nteetor/cascadess
BugReports: https://github.com/nteetor/cascadess/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Depends:
R (>= 3.5)
Imports:
htmltools (>= 0.4.0),
magrittr (>= 1.5),
rlang,
utils
Suggests:
cli,
rmarkdown,
shiny,
testthat (>= 2.1.0)
Collate:
'background-color.R'
'theme.R'
'border-all.R'
'border-color.R'
'border-width.R'
'breakpoints.R'
'cascadess.R'
'display.R'
'flex-align.R'
'flex-content.R'
'flex-direction.R'
'flex-display.R'
'flex-justify.R'
'flex-wrap.R'
'float.R'
'focus-color.R'
'gap-all.R'
'height-relative.R'
'item-align.R'
'item-fill.R'
'item-grow.R'
'item-order.R'
'margin-all.R'
'overflow-all.R'
'padding-all.R'
'position-centered.R'
'position-offset.R'
'position-sticky.R'
'position.R'
'reexports.R'
'rounded-all.R'
'shadow.R'
'stack-vertical.R'
'style-pronoun.R'
'text-alignment.R'
'text-break.R'
'text-color.R'
'text-decoration.R'
'text-height.R'
'text-selection.R'
'text-size.R'
'text-style.R'
'text-transform.R'
'text-weight.R'
'text-wrap.R'
'utils-docs.R'
'utils.R'
'vertical-alignment.R'
'visible.R'
'width-relative.R'
'zzz.R'