A starter set of CSS files for building modular web components and layouts.

adding a note for how example html files are using stylebase

+1 -1
+1 -1
README.md
··· 41 41 42 42 - use `npm run build` to update the minified CSS in `dist/`, useful for testing output before publishing 43 43 - use `npm run build:preview` to update a non-minified css file in `dist/` 44 - - use `npm run dev` for live reload via browsersync, to test the example HTML files while making style changes 44 + - use `npm run dev` for live reload via browsersync, to test the example HTML files while making style changes. (files in `examples/` do not themselves have CSS files. The html files assume to be impacted by global CSS properties and utility classes built into stylebase) 45 45 - using release scripts assumes that the remote url for the main releases is labeled `gh`