1.0.1 • Published 4 years ago

@mhulbert85/css-factory v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

CSS Factory

Overview

CSS Factory is a styling framework I am designing. Long way to go yet. Ignore the current SCSS & JS files as they are there purely for testing purposes.

CSS Factory will include a large range of reusable css and js classes for rapid frontend web development. Before shipping, the libraries code is cross referenced with your applications html directories and files. Any unused classes & scripts are purged, code is then compiled, uglified and minified to improve the applications performance.

Including CSS Factory in your project

Development:

<!-- Include the entire library during development to allow for live changes in browser  -->
<script type="text/javascript" src="/dist/js/cssFactory.js"></script>
<link rel="stylesheet" href="/dist/css/cssFactory.css">

Production:

<!-- Only include purged & minified files in production to improve performance  -->

<!-- Uglified JS -->
<script type="text/javascript" src="/dist/js/cssFactory.min.js"></script>

<!-- Minified CSS -->
<link rel="stylesheet" href="/dist/css/cssFactory.min.css">
1.0.1

4 years ago

1.0.0

4 years ago