A nimble micro CSS Framework. Powered by the Agile League
v2.2.6
Full Documentation at ThimbleCSS
Install with npm
$ npm install thimblecss
Install with Yarn
$ yarn add thimblecss
Manually Compile with sass
$ sass --watch thimble.scss:style.css
- Grid with basic alignment and ordering
- Basic typography styles
- Simple media containers
That's it! No bloat or modules to override, just the basics for a fast and lightweight build.
To customize, copy the variables found in scss/_thimble-overrides.scss to a settings file in your site/app
For Complete documentation, please visit ThimbleCSS
Licensed under the MIT LIcense