UNPKG
node-tenancy
Version:
beta (1.2.2-beta.0)
latest (1.2.5)
1.2.5
1.2.3
1.2.2
1.2.2-beta.0
1.2.1
1.2.1-beta.3
1.2.1-beta.2
1.2.1-beta.1
1.2.1-beta.0
1.2.0
1.1.2-beta.4
1.1.2-beta.3
1.1.2-beta.2
1.1.2-beta.1
1.1.2-beta.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
Making multi-tenancy easier with Node.js & typescript
github.com/johnabil/tenancy
johnabil/tenancy
node-tenancy
/
examples
/
express-app
/
public
/
stylesheets
/
style.css
9 lines
(7 loc)
•
111 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
body
{
padding
:
50px
;
font
:
14px
"Lucida Grande"
, Helvetica, Arial, sans-serif; }
a
{
color
:
#00B7FF
; }