Skip to content

fuzzzerd/tinycss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinycss

A very tiny CSS starter kit.

Purpose

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.

Getting Started

Take your pick. You have options:

  • Copy the .css file and drop it in to your site as-is.
  • Grab the .scss files and incorporate that in your build process.

Then simply amend :root variables per your colors and specs. There isn't a wrong way to use it.

Build and Test Locally

To build and run locally, you need to install sass

choco install sass

or using nodejs/npm:

npm install -g sass

Once installed, you can run:

sass tinycss.scss:demo/tinycss.css --watch --style expanded --embed-sources

to generate the files you see here. Use other cli options from sass to suit your specific needs. The --watch parameter is useful for local development.

To generate minified output:

sass demo/tinycss.css:demo/tinycss.min.css --style compressed

About

A very tiny CSS starter kit.

Topics

Resources

License

Stars

Watchers

Forks

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy