segment_css

2.1.1 • Public • Published

SEGMENT CSS

Documentation

Documentation is deployed to github pages. Visit the link below

Segment CSS docs

Getting started

This was created with the Create React App so reference those docs whenever you can.

I kept the sass process on gulp since its up and running and I also use only the css output for Segment CSS.

CSS File

Final files can be found inside the "/Segment" directory under which version you need. Folders and file names have the version name applied, as folders can contain beta builds for testing.

Running the app & output

Running the app and create an output are two different flavors. Documentation app is react and output is just pure CSS.

Run to just create react
yarn start
Run to create react and run gulp processing for sass
yarn start:dev

This command gives you the final output, which is minified and only the css.

npm run prod
or
yarn prod

Beta builds are un minified and allow you to run a build before creating the final output.

npm run prod:beta
or
yarn prod:beta

Readme

Keywords

none

Package Sidebar

Install

npm i segment_css

Weekly Downloads

2

Version

2.1.1

License

none

Unpacked Size

236 kB

Total Files

10

Last publish

Collaborators

  • jdesign_jason