Skip to content

cowills/cedar-css-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cedar CSS Example

This project is an example of how to use Cedar to compile a custom stylesheet for your application.

Setup

  • npm install

Development

  • Edit the index.scss to create any classes you need.
  • Run npm run build.
    • Note that the output file only includes the classes and styles you create in the index.scss file. Any tokens or mixins that are not used will not be compiled.

Usage

After editing the index file and running the build script, the compiled output can be found inside the compiled.css file. This file can then be copied into another project, or it's contents can be copy pasted into a CMS, or etc.

About

Example usage of Cedar to create a standalone stylesheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published