File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# tinycss
22
33A very tiny CSS starter kit.
4+
5+ ## Purpose
6+
7+ The purpose of this CSS starter kit, is to provide a decent out of the box experience, that does not get in the way of building your project.
8+
9+ ## Getting Started
10+
11+ Take your pick. You have options:
12+
13+ - Copy the ` .css ` file and drop it in to your site as-is.
14+ - Grab the ` .scss ` file and incorporate that in your build process.
15+
16+ There isn't a wrong way to use it.
17+
18+ ## Build and Test Locally
19+
20+ To build and run locally, you need to install ` sass `
21+
22+ ``` ps
23+ choco install sass
24+ ```
25+
26+ Once installed, you can run
27+
28+ ``` ps
29+ sass tinycss.scss tinycss.min.css --style compressed --watch
30+ ```
31+
32+ to generate the files you see here, or use other cli options from sass to suit your specific needs.
You can’t perform that action at this time.
0 commit comments