@@ -50,6 +50,44 @@ npm install --save @getbase/base
5050
5151Once you have Base installed, you can choose what to import and include your own custom styles.
5252
53+ #### HTML/CSS References:
54+
55+ ``` html
56+ <!DOCTYPE html>
57+ <html >
58+ <head >
59+ <meta charset =" UTF-8" >
60+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
61+ <title >Your Website / App </title >
62+ <!-- Base -->
63+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/index.css" >
64+ <!-- Base Common -->
65+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/code.css" >
66+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/forms.css" >
67+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/tables.css" >
68+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/typography.css" >
69+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/headings.css" >
70+ <!-- Add Your Website / App Stylesheet -->
71+ <!-- ... -->
72+ <!-- Add Additional Modules -->
73+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/containers.css" >
74+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/grid.css" >
75+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/horizontal-spacers.css" >
76+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/vertical-spacers.css" >
77+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/spacers.css" >
78+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/display-helpers.css" >
79+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/flex-helpers.css" >
80+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/position-helpers.css" >
81+ <link ref =" stylesheet" href =" https://unpkg.com/@getbase/base/typography-helpers.css" >
82+ </head >
83+ <body >
84+ <p >
85+ Base!
86+ </p >
87+ </body >
88+ </html >
89+ ```
90+
5391#### CSS Import:
5492
5593 ``` css
0 commit comments