diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b8c0b4e --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright 2021 Geoff Doty + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 3879e39..8a4451a 100644 --- a/README.md +++ b/README.md @@ -8,39 +8,28 @@ Use at of the box or set a single custom `theme` color and watch the styles chan Extend with minimal styles to create your final theme/design. -All-in, this package is **only TBD!** - - - -## Check it Out - -- TBD - - +All-in, this package is **only 2kb gzipped!** ### Features -- Tiny -- Classless, include and go +- Tiny, 220 lines, 13 vars, 1 class, 4kb minified, 2kb gzipped +- Classless - Single `.grid` class utility helper for auto-adjusting layout solution -- Customizable: theme, font, border-radius, line-height, element spacing +- Customizable theme, font, border-radius, line-height, element spacing - Extendable, its classless -- add your own classes! - Pure CSS3 > WARNING: only supports CSS3 ever-green browsers, no IE here ;) +## Check it Out -## Getting Started - -Latest minified build is available in the `dist`/ folder. or you can - -- TBD - -To see what it looks like, see - -- TBD +**Scales CSS** builds dynamic themes based on a single color. the default theme is based on `steelblue` , and has a `dark` and `light` variant (*default dark*) +
+ + +
## Develop @@ -49,7 +38,13 @@ clone repository and... TBD -## TODOs +## LICENSE + +- [MIT](LICENSE) + + + +## TODO - Get Download to work with custom dist download diff --git a/example/img/steelblue-dark.png b/example/img/steelblue-dark.png new file mode 100644 index 0000000..b2dfd90 Binary files /dev/null and b/example/img/steelblue-dark.png differ diff --git a/example/img/steelblue-light.png b/example/img/steelblue-light.png new file mode 100644 index 0000000..33e678e Binary files /dev/null and b/example/img/steelblue-light.png differ